Html Css Color HEX #0C88AD Cerulean

📋 copy color: '#0C88AD'

red 12 ◦ green 136 ◦ blue 173

#0C88AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0C88AD

Tints of Cerulean #0C88AD

RGB

 RED value IS 12 (5.08% from 255) = 3.74%

 GREEN value IS 136 (53.52% from 255) = 42.37%

 BLUE value IS 173 (67.97% from 255) = 53.89%

R = 3.74%
G = 42.37%
B = 53.89%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C88AD (or 0x0C88AD) is known color: Cerulean. HEX triplet: 0C, 88 and AD. RGB value is (12,136,173). Sum of RGB (Red+Green+Blue) = 12+136+173=321 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.74% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C88AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C88AD is #F37752. Grayscale: #666666. Windows color (decimal): -15955795 or 11372556. OLE color: 11372556.

HSL color Cylindrical-coordinate representation of color #0C88AD: hue angle of 193.79º 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 #0C88AD is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 136 173 -
CMYK 0.93 0.21 0 0.32
HSL 193.79º 0.87% 0.36% -
HSV(B) 193.79º 0.93% 0.68% -
XYZ 16.5 20.7 42.66 -
YUV 103.14 167.42 62.99 -
System Red Green Blue C M Y K H S L
Decimal 12 136 173 0.93 0.21 0 0.32 193.79 0.87 0.36
Hex C 88 AD 5D 15 0 20 C2 57 24
Octal 14 210 255 135 25 0 40 302 127 44
Binary 1100 10001000 10101101 1011101 10101 0 100000 11000010 1010111 100100

Color Harmonies of #0C88AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C88AD

Black with #0C88AD

Text Example


Text Example

White with #0C88AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C88AD;
 }
 .AnyTagClassName
 {
   color: #0C88AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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