#0B86D2

Color #0B86D2 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0B86D2

Tints of Pacific Blue #0B86D2

Color information

#0B86D2 (or 0x0B86D2) is unknown color: approx Pacific Blue. HEX triplet: 0B, 86 and D2. RGB value is (11,134,210). Sum of RGB (Red+Green+Blue) = 11+134+210=355 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.10% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #0B86D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B86D2 is #F4792D. Grayscale: #696969. Windows color (decimal): -16021806 or 13796875. OLE color: 13796875.

HSL color Cylindrical-coordinate representation of color #0B86D2: hue angle of 202.91º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B86D2 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11134210-
CMYK0.950.3600.18
HSL202.91º90.05%43.33%-
HSV(B)202.91º94.76%82.35%-
XYZ20.321.7764.11-
YUV105.89186.7560.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 3.10%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 210 (82.42% from 255) = 59.15%
R=3.10%
G=37.75%
B=59.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111342100.950.3600.18202.9190.0543.33
HexB86D25F24012cb5a2b
Octal132063221374402231313253
Binary101110000110110100101011111100100010010110010111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B86D2; }

 p { color: rgb(11,134,210); }

 H1.HeaderClassName
 {
   color: #0B86D2;
 }
 .AnyTagClassName
 {
   color: #0B86D2;
 }
</style>
background-color css

<style>
 a { background-color: #0B86D2; }

 a { background-color: rgb(11,134,210); }

 div.DivClassName
 {
   background-color: #0B86D2;
 }
 .BgClassName
 {
   background-color: #0B86D2;
 }
</style>
border-color css

<style>
 span { border-color: #0B86D2; }

 span { border-color: rgb(11,134,210); }

 td.TdClassName
 {
   border-color: #0B86D2;
 }
 .TagClassName
 {
   border-color: #0B86D2;
 }
</style>