#80DDDE

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

Shades of Spray #80DDDE

Tints of Spray #80DDDE

Color information

#80DDDE (or 0x80DDDE) is unknown color: approx Spray. HEX triplet: 80, DD and DE. RGB value is (128,221,222). Sum of RGB (Red+Green+Blue) = 128+221+222=571 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.42% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #80DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDDE is #7F2221. Grayscale: #C1C1C1. Windows color (decimal): -8331810 or 14605696. OLE color: 14605696.

HSL color Cylindrical-coordinate representation of color #80DDDE: hue angle of 180.64º 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 #80DDDE is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB128221222-
CMYK0.420.0000.13
HSL180.64º58.75%68.63%-
HSV(B)180.64º42.34%87.06%-
XYZ47.9461.5878.47-
YUV193.31144.1981.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.42%
GREEN value IS 221 (86.72% from 255) = 38.70%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=22.42%
G=38.70%
B=38.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282212220.420.0000.13180.6458.7568.63
Hex80DDDE2A00Db53b45
Octal20033533652001526573105
Binary100000001101110111011110101010001101101101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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