#0B89CA

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

Shades of Pacific Blue #0B89CA

Tints of Pacific Blue #0B89CA

Color information

#0B89CA (or 0x0B89CA) is unknown color: approx Pacific Blue. HEX triplet: 0B, 89 and CA. RGB value is (11,137,202). Sum of RGB (Red+Green+Blue) = 11+137+202=350 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #0B89CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B89CA is #F47635. Grayscale: #6A6A6A. Windows color (decimal): -16021046 or 13273355. OLE color: 13273355.

HSL color Cylindrical-coordinate representation of color #0B89CA: hue angle of 200.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B89CA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11137202-
CMYK0.950.3200.21
HSL200.42º89.67%41.76%-
HSV(B)200.42º94.55%79.22%-
XYZ19.7422.2359.13-
YUV106.74181.7659.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.14%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=3.14%
G=39.14%
B=57.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111372020.950.3200.21200.4289.6741.76
HexB89CA5F20015c85a2a
Octal132113121374002531013252
Binary101110001001110010101011111100000010101110010001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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