#80CEDD

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

Shades of Spray #80CEDD

Tints of Spray #80CEDD

Color information

#80CEDD (or 0x80CEDD) is unknown color: approx Spray. HEX triplet: 80, CE and DD. RGB value is (128,206,221). Sum of RGB (Red+Green+Blue) = 128+206+221=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #80CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDD is #7F3122. Grayscale: #B8B8B8. Windows color (decimal): -8335651 or 14536320. OLE color: 14536320.

HSL color Cylindrical-coordinate representation of color #80CEDD: hue angle of 189.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CEDD is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128206221-
CMYK0.420.0700.13
HSL189.68º57.76%68.43%-
HSV(B)189.68º42.08%86.67%-
XYZ44.0253.9576.5-
YUV184.39148.6687.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.06%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=23.06%
G=37.12%
B=39.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282062210.420.0700.13189.6857.7668.43
Hex80CEDD2A70Dbe3a44
Octal20031633552701527672104
Binary10000000110011101101110110101011101101101111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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