Html Css Color HEX #0C80BC Cerulean

📋 copy color: '#0C80BC'

red 12 ◦ green 128 ◦ blue 188

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

Shades of Cerulean #0C80BC

Tints of Cerulean #0C80BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.32%

R = 3.66%
G = 39.02%
B = 57.32%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0C80BC (or 0x0C80BC) is known color: Cerulean. HEX triplet: 0C, 80 and BC. RGB value is (12,128,188). Sum of RGB (Red+Green+Blue) = 12+128+188=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C80BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C80BC is #F37F43. Grayscale: #636363. Windows color (decimal): -15957828 or 12353548. OLE color: 12353548.

HSL color Cylindrical-coordinate representation of color #0C80BC: hue angle of 200.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C80BC is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 128 188 -
CMYK 0.94 0.32 0 0.26
HSL 200.45º 0.88% 0.39% -
HSV(B) 200.45º 0.94% 0.74% -
XYZ 16.95 19.15 50.38 -
YUV 100.16 177.57 65.12 -
System Red Green Blue C M Y K H S L
Decimal 12 128 188 0.94 0.32 0 0.26 200.45 0.88 0.39
Hex C 80 BC 5E 20 0 1A C8 58 27
Octal 14 200 274 136 40 0 32 310 130 47
Binary 1100 10000000 10111100 1011110 100000 0 11010 11001000 1011000 100111

Color Harmonies of #0C80BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C80BC

Black with #0C80BC

Text Example


Text Example

White with #0C80BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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