#80D8DE

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

Shades of Spray #80D8DE

Tints of Spray #80D8DE

Color information

#80D8DE (or 0x80D8DE) is unknown color: approx Spray. HEX triplet: 80, D8 and DE. RGB value is (128,216,222). Sum of RGB (Red+Green+Blue) = 128+216+222=566 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.61% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #80D8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D8DE is #7F2721. Grayscale: #BEBEBE. Windows color (decimal): -8333090 or 14604416. OLE color: 14604416.

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

Color convert

RGB128216222-
CMYK0.420.0300.13
HSL183.83º58.75%68.63%-
HSV(B)183.83º42.34%87.06%-
XYZ46.6458.9778.03-
YUV190.37145.8583.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.61%
GREEN value IS 216 (84.77% from 255) = 38.16%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=22.61%
G=38.16%
B=39.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282162220.420.0300.13183.8358.7568.63
Hex80D8DE2A30Db83b45
Octal20033033652301527073105
Binary1000000011011000110111101010101101101101110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,216,222); }

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

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

 a { background-color: rgb(128,216,222); }

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

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

 span { border-color: rgb(128,216,222); }

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