#80CEDC

Color #80CEDC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #80CEDC

Tints of Spray #80CEDC

Color information

#80CEDC (or 0x80CEDC) is unknown color: approx Spray. HEX triplet: 80, CE and DC. RGB value is (128,206,220). Sum of RGB (Red+Green+Blue) = 128+206+220=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #80CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDC is #7F3123. Grayscale: #B8B8B8. Windows color (decimal): -8335652 or 14470784. OLE color: 14470784.

HSL color Cylindrical-coordinate representation of color #80CEDC: hue angle of 189.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CEDC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB128206220-
CMYK0.420.0600.14
HSL189.13º56.79%68.24%-
HSV(B)189.13º41.82%86.27%-
XYZ43.8953.975.8-
YUV184.27148.1687.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=23.10%
G=37.18%
B=39.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282062200.420.0600.14189.1356.7968.24
Hex80CEDC2A60Ebd3944
Octal20031633452601627571104
Binary10000000110011101101110010101011001110101111011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80CEDC; }

 p { color: rgb(128,206,220); }

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

<style>
 a { background-color: #80CEDC; }

 a { background-color: rgb(128,206,220); }

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

<style>
 span { border-color: #80CEDC; }

 span { border-color: rgb(128,206,220); }

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