#0C8EDB

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

Shades of Pacific Blue #0C8EDB

Tints of Pacific Blue #0C8EDB

Color information

#0C8EDB (or 0x0C8EDB) is unknown color: approx Pacific Blue. HEX triplet: 0C, 8E and DB. RGB value is (12,142,219). Sum of RGB (Red+Green+Blue) = 12+142+219=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C8EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8EDB is #F37124. Grayscale: #6F6F6F. Windows color (decimal): -15954213 or 14388748. OLE color: 14388748.

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

Color convert

RGB12142219-
CMYK0.950.3500.14
HSL202.32º89.61%45.29%-
HSV(B)202.32º94.52%85.88%-
XYZ22.6124.5470.56-
YUV111.91188.4356.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.22%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 219 (85.94% from 255) = 58.71%
R=3.22%
G=38.07%
B=58.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal121422190.950.3500.14202.3289.6145.29
HexC8EDB5F230Eca5a2d
Octal142163331374301631213255
Binary11001000111011011011101111110001101110110010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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