Shades of Spray #80DADE
Tints of Spray #80DADE
RGB
CMYK
RGB Variations
Color information
#80DADE (or 0x80DADE) is known color: Spray. HEX triplet: 80, DA and DE. RGB value is (128,218,222). Sum of RGB (Red+Green+Blue) = 128+218+222=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #80DADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DADE is #7F2521. Grayscale: #BFBFBF. Windows color (decimal): -8332578 or 14604928. OLE color: 14604928.
HSL color Cylindrical-coordinate representation of color #80DADE: hue angle of 182.55º 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 #80DADE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 218 | 222 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.13 |
| HSL | 182.55º | 0.59% | 0.69% | - |
| HSV(B) | 182.55º | 0.42% | 0.87% | - |
| XYZ | 47.16 | 60.01 | 78.2 | - |
| YUV | 191.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 222 | 0.42 | 0.02 | 0 | 0.13 | 182.55 | 0.59 | 0.69 |
| Hex | 80 | DA | DE | 2A | 2 | 0 | D | B7 | 3B | 45 |
| Octal | 200 | 332 | 336 | 52 | 2 | 0 | 15 | 267 | 73 | 105 |
| Binary | 10000000 | 11011010 | 11011110 | 101010 | 10 | 0 | 1101 | 10110111 | 111011 | 1000101 |
Color Harmonies of #80DADE
Complementary color
Monochromatic Colors of #80DADE
Black with #80DADE
Text Example
Text Example
White with #80DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DADE; }
p { color: rgb(128,218,222); }
H1.HeaderClassName
{
color: #80DADE;
}
.AnyTagClassName
{
color: #80DADE;
}
</style>
background-color css
<style>
a { background-color: #80DADE; }
a { background-color: rgb(128,218,222); }
div.DivClassName
{
background-color: #80DADE;
}
.BgClassName
{
background-color: #80DADE;
}
</style>
border-color css
<style>
span { border-color: #80DADE; }
span { border-color: rgb(128,218,222); }
td.TdClassName
{
border-color: #80DADE;
}
.TagClassName
{
border-color: #80DADE;
}
</style>