Html Css Color HEX #0C80AB Cerulean

📋 copy color: '#0C80AB'

red 12 ◦ green 128 ◦ blue 171

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

Shades of Cerulean #0C80AB

Tints of Cerulean #0C80AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 3.86%
G = 41.16%
B = 54.98%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C80AB (or 0x0C80AB) is known color: Cerulean. HEX triplet: 0C, 80 and AB. RGB value is (12,128,171). Sum of RGB (Red+Green+Blue) = 12+128+171=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C80AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C80AB is #F37F54. Grayscale: #616161. Windows color (decimal): -15957845 or 11239436. OLE color: 11239436.

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

Color convert

RGB 12 128 171 -
CMYK 0.93 0.25 0 0.33
HSL 196.23º 0.87% 0.36% -
HSV(B) 196.23º 0.93% 0.67% -
XYZ 15.22 18.46 41.29 -
YUV 98.22 169.07 66.5 -
System Red Green Blue C M Y K H S L
Decimal 12 128 171 0.93 0.25 0 0.33 196.23 0.87 0.36
Hex C 80 AB 5D 19 0 21 C4 57 24
Octal 14 200 253 135 31 0 41 304 127 44
Binary 1100 10000000 10101011 1011101 11001 0 100001 11000100 1010111 100100

Color Harmonies of #0C80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C80AB

Black with #0C80AB

Text Example


Text Example

White with #0C80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,128,171); }

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

background-color css

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

 a { background-color: rgb(12,128,171); }

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

border-color css

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

 span { border-color: rgb(12,128,171); }

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