Html Css Color HEX #0C80AC Cerulean

📋 copy color: '#0C80AC'

red 12 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #0C80AC

Tints of Cerulean #0C80AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 3.85%
G = 41.03%
B = 55.13%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C80AC (or 0x0C80AC) is known color: Cerulean. HEX triplet: 0C, 80 and AC. RGB value is (12,128,172). Sum of RGB (Red+Green+Blue) = 12+128+172=312 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.85% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C80AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C80AC is #F37F53. Grayscale: #626262. Windows color (decimal): -15957844 or 11304972. OLE color: 11304972.

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

Color convert

RGB 12 128 172 -
CMYK 0.93 0.26 0 0.33
HSL 196.5º 0.87% 0.36% -
HSV(B) 196.5º 0.93% 0.67% -
XYZ 15.32 18.5 41.79 -
YUV 98.33 169.57 66.42 -
System Red Green Blue C M Y K H S L
Decimal 12 128 172 0.93 0.26 0 0.33 196.5 0.87 0.36
Hex C 80 AC 5D 1A 0 21 C4 57 24
Octal 14 200 254 135 32 0 41 304 127 44
Binary 1100 10000000 10101100 1011101 11010 0 100001 11000100 1010111 100100

Color Harmonies of #0C80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C80AC

Black with #0C80AC

Text Example


Text Example

White with #0C80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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