Shades of Spray #80DBE9
Tints of Spray #80DBE9
RGB
CMYK
RGB Variations
Color information
#80DBE9 (or 0x80DBE9) is known color: Spray. HEX triplet: 80, DB and E9. RGB value is (128,219,233). Sum of RGB (Red+Green+Blue) = 128+219+233=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 233 (91.41% from 255 or 40.17% from 580); Max value from RGB is 233 - color contains mainly: blue. Hex color #80DBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBE9 is #7F2416. Grayscale: #C1C1C1. Windows color (decimal): -8332311 or 15326080. OLE color: 15326080.
HSL color Cylindrical-coordinate representation of color #80DBE9: hue angle of 188º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80DBE9 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 219 | 233 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.09 |
| HSL | 188º | 0.7% | 0.71% | - |
| HSV(B) | 188º | 0.45% | 0.91% | - |
| XYZ | 48.94 | 61.14 | 86.31 | - |
| YUV | 193.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 233 | 0.45 | 0.06 | 0 | 0.09 | 188 | 0.7 | 0.71 |
| Hex | 80 | DB | E9 | 2D | 6 | 0 | 9 | BC | 46 | 47 |
| Octal | 200 | 333 | 351 | 55 | 6 | 0 | 11 | 274 | 106 | 107 |
| Binary | 10000000 | 11011011 | 11101001 | 101101 | 110 | 0 | 1001 | 10111100 | 1000110 | 1000111 |
Color Harmonies of #80DBE9
Complementary color
Monochromatic Colors of #80DBE9
Black with #80DBE9
Text Example
Text Example
White with #80DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBE9; }
p { color: rgb(128,219,233); }
H1.HeaderClassName
{
color: #80DBE9;
}
.AnyTagClassName
{
color: #80DBE9;
}
</style>
background-color css
<style>
a { background-color: #80DBE9; }
a { background-color: rgb(128,219,233); }
div.DivClassName
{
background-color: #80DBE9;
}
.BgClassName
{
background-color: #80DBE9;
}
</style>
border-color css
<style>
span { border-color: #80DBE9; }
span { border-color: rgb(128,219,233); }
td.TdClassName
{
border-color: #80DBE9;
}
.TagClassName
{
border-color: #80DBE9;
}
</style>