Shades of Spray #80D3DA
Tints of Spray #80D3DA
RGB
CMYK
RGB Variations
Color information
#80D3DA (or 0x80D3DA) is known color: Spray. HEX triplet: 80, D3 and DA. RGB value is (128,211,218). Sum of RGB (Red+Green+Blue) = 128+211+218=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #80D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80D3DA is #7F2C25. Grayscale: #BABABA. Windows color (decimal): -8334374 or 14340992. OLE color: 14340992.
HSL color Cylindrical-coordinate representation of color #80D3DA: hue angle of 184.67º degrees, saturation: 0.55, 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 #80D3DA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 211 | 218 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.15 |
| HSL | 184.67º | 0.55% | 0.68% | - |
| HSV(B) | 184.67º | 0.41% | 0.85% | - |
| XYZ | 44.85 | 56.24 | 74.82 | - |
| YUV | 186.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 218 | 0.41 | 0.03 | 0 | 0.15 | 184.67 | 0.55 | 0.68 |
| Hex | 80 | D3 | DA | 29 | 3 | 0 | F | B9 | 37 | 44 |
| Octal | 200 | 323 | 332 | 51 | 3 | 0 | 17 | 271 | 67 | 104 |
| Binary | 10000000 | 11010011 | 11011010 | 101001 | 11 | 0 | 1111 | 10111001 | 110111 | 1000100 |
Color Harmonies of #80D3DA
Complementary color
Monochromatic Colors of #80D3DA
Black with #80D3DA
Text Example
Text Example
White with #80D3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3DA; }
p { color: rgb(128,211,218); }
H1.HeaderClassName
{
color: #80D3DA;
}
.AnyTagClassName
{
color: #80D3DA;
}
</style>
background-color css
<style>
a { background-color: #80D3DA; }
a { background-color: rgb(128,211,218); }
div.DivClassName
{
background-color: #80D3DA;
}
.BgClassName
{
background-color: #80D3DA;
}
</style>
border-color css
<style>
span { border-color: #80D3DA; }
span { border-color: rgb(128,211,218); }
td.TdClassName
{
border-color: #80D3DA;
}
.TagClassName
{
border-color: #80D3DA;
}
</style>