#0C84B4

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

Shades of Cerulean #0C84B4

Tints of Cerulean #0C84B4

Color information

#0C84B4 (or 0x0C84B4) is unknown color: approx Cerulean. HEX triplet: 0C, 84 and B4. RGB value is (12,132,180). Sum of RGB (Red+Green+Blue) = 12+132+180=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C84B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C84B4 is #F37B4B. Grayscale: #656565. Windows color (decimal): -15956812 or 11830284. OLE color: 11830284.

HSL color Cylindrical-coordinate representation of color #0C84B4: hue angle of 197.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C84B4 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12132180-
CMYK0.930.2700.29
HSL197.14º87.5%37.65%-
HSV(B)197.14º93.33%70.59%-
XYZ16.6419.8846.14-
YUV101.59172.2464.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.70%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 180 (70.70% from 255) = 55.56%
R=3.70%
G=40.74%
B=55.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121321800.930.2700.29197.1487.537.65
HexC84B45D1B01Dc55826
Octal142042641353303530513046
Binary11001000010010110100101110111011011101110001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C84B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,132,180); }

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

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

 a { background-color: rgb(12,132,180); }

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

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

 span { border-color: rgb(12,132,180); }

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