#0C88AE

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

Shades of Cerulean #0C88AE

Tints of Cerulean #0C88AE

Color information

#0C88AE (or 0x0C88AE) is unknown color: approx Cerulean. HEX triplet: 0C, 88 and AE. RGB value is (12,136,174). Sum of RGB (Red+Green+Blue) = 12+136+174=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C88AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C88AE is #F37751. Grayscale: #666666. Windows color (decimal): -15955794 or 11438092. OLE color: 11438092.

HSL color Cylindrical-coordinate representation of color #0C88AE: hue angle of 194.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C88AE is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12136174-
CMYK0.930.2200.32
HSL194.07º87.1%36.47%-
HSV(B)194.07º93.1%68.24%-
XYZ16.620.7443.17-
YUV103.26167.9262.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.73%
GREEN value IS 136 (53.52% from 255) = 42.24%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=3.73%
G=42.24%
B=54.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121361740.930.2200.32194.0787.136.47
HexC88AE5D16020c25724
Octal142102561352604030212744
Binary110010001000101011101011101101100100000110000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C88AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,136,174); }

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

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

 a { background-color: rgb(12,136,174); }

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

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

 span { border-color: rgb(12,136,174); }

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