#0C91DB

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

Shades of Pacific Blue #0C91DB

Tints of Pacific Blue #0C91DB

Color information

#0C91DB (or 0x0C91DB) is unknown color: approx Pacific Blue. HEX triplet: 0C, 91 and DB. RGB value is (12,145,219). Sum of RGB (Red+Green+Blue) = 12+145+219=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C91DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C91DB is #F36E24. Grayscale: #717171. Windows color (decimal): -15953445 or 14389516. OLE color: 14389516.

HSL color Cylindrical-coordinate representation of color #0C91DB: hue angle of 201.45º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C91DB is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB12145219-
CMYK0.950.3400.14
HSL201.45º89.61%45.29%-
HSV(B)201.45º94.52%85.88%-
XYZ23.0625.4470.71-
YUV113.67187.4455.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.19%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 219 (85.94% from 255) = 58.24%
R=3.19%
G=38.56%
B=58.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121452190.950.3400.14201.4589.6145.29
HexC91DB5F220Ec95a2d
Octal142213331374201631113255
Binary11001001000111011011101111110001001110110010011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,145,219); }

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

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

 a { background-color: rgb(12,145,219); }

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

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

 span { border-color: rgb(12,145,219); }

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