#0B89D0

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

Shades of Pacific Blue #0B89D0

Tints of Pacific Blue #0B89D0

Color information

#0B89D0 (or 0x0B89D0) is unknown color: approx Pacific Blue. HEX triplet: 0B, 89 and D0. RGB value is (11,137,208). Sum of RGB (Red+Green+Blue) = 11+137+208=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #0B89D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B89D0 is #F4762F. Grayscale: #6B6B6B. Windows color (decimal): -16021040 or 13666571. OLE color: 13666571.

HSL color Cylindrical-coordinate representation of color #0B89D0: hue angle of 201.62º 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 #0B89D0 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11137208-
CMYK0.950.3400.18
HSL201.62º89.95%42.94%-
HSV(B)201.62º94.71%81.57%-
XYZ20.4722.5262.94-
YUV107.42184.7659.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.09%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 208 (81.64% from 255) = 58.43%
R=3.09%
G=38.48%
B=58.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111372080.950.3400.18201.6289.9542.94
HexB89D05F22012ca5a2b
Octal132113201374202231213253
Binary101110001001110100001011111100010010010110010101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B89D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,137,208); }

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

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

 a { background-color: rgb(11,137,208); }

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

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

 span { border-color: rgb(11,137,208); }

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