Shades of Spray #80D1D9
Tints of Spray #80D1D9
RGB
CMYK
RGB Variations
Color information
#80D1D9 (or 0x80D1D9) is known color: Spray. HEX triplet: 80, D1 and D9. RGB value is (128,209,217). Sum of RGB (Red+Green+Blue) = 128+209+217=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #80D1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D1D9 is #7F2E26. Grayscale: #B9B9B9. Windows color (decimal): -8334887 or 14274944. OLE color: 14274944.
HSL color Cylindrical-coordinate representation of color #80D1D9: hue angle of 185.39º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D1D9 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 209 | 217 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.15 |
| HSL | 185.39º | 0.54% | 0.68% | - |
| HSV(B) | 185.39º | 0.41% | 0.85% | - |
| XYZ | 44.23 | 55.2 | 73.97 | - |
| YUV | 185.69 | 145.66 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 217 | 0.41 | 0.04 | 0 | 0.15 | 185.39 | 0.54 | 0.68 |
| Hex | 80 | D1 | D9 | 29 | 4 | 0 | F | B9 | 36 | 44 |
| Octal | 200 | 321 | 331 | 51 | 4 | 0 | 17 | 271 | 66 | 104 |
| Binary | 10000000 | 11010001 | 11011001 | 101001 | 100 | 0 | 1111 | 10111001 | 110110 | 1000100 |
Color Harmonies of #80D1D9
Complementary color
Monochromatic Colors of #80D1D9
Black with #80D1D9
Text Example
Text Example
White with #80D1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D1D9; }
p { color: rgb(128,209,217); }
H1.HeaderClassName
{
color: #80D1D9;
}
.AnyTagClassName
{
color: #80D1D9;
}
</style>
background-color css
<style>
a { background-color: #80D1D9; }
a { background-color: rgb(128,209,217); }
div.DivClassName
{
background-color: #80D1D9;
}
.BgClassName
{
background-color: #80D1D9;
}
</style>
border-color css
<style>
span { border-color: #80D1D9; }
span { border-color: rgb(128,209,217); }
td.TdClassName
{
border-color: #80D1D9;
}
.TagClassName
{
border-color: #80D1D9;
}
</style>