Shades of Spray #80DBE8
Tints of Spray #80DBE8
RGB
CMYK
RGB Variations
Color information
#80DBE8 (or 0x80DBE8) is known color: Spray. HEX triplet: 80, DB and E8. RGB value is (128,219,232). Sum of RGB (Red+Green+Blue) = 128+219+232=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #80DBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DBE8 is #7F2417. Grayscale: #C1C1C1. Windows color (decimal): -8332312 or 15260544. OLE color: 15260544.
HSL color Cylindrical-coordinate representation of color #80DBE8: hue angle of 187.5º degrees, saturation: 0.69, 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 #80DBE8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 219 | 232 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.09 |
| HSL | 187.5º | 0.69% | 0.71% | - |
| HSV(B) | 187.5º | 0.45% | 0.91% | - |
| XYZ | 48.8 | 61.08 | 85.56 | - |
| YUV | 193.27 | 149.85 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 232 | 0.45 | 0.06 | 0 | 0.09 | 187.5 | 0.69 | 0.71 |
| Hex | 80 | DB | E8 | 2D | 6 | 0 | 9 | BC | 45 | 47 |
| Octal | 200 | 333 | 350 | 55 | 6 | 0 | 11 | 274 | 105 | 107 |
| Binary | 10000000 | 11011011 | 11101000 | 101101 | 110 | 0 | 1001 | 10111100 | 1000101 | 1000111 |
Color Harmonies of #80DBE8
Complementary color
Monochromatic Colors of #80DBE8
Black with #80DBE8
Text Example
Text Example
White with #80DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBE8; }
p { color: rgb(128,219,232); }
H1.HeaderClassName
{
color: #80DBE8;
}
.AnyTagClassName
{
color: #80DBE8;
}
</style>
background-color css
<style>
a { background-color: #80DBE8; }
a { background-color: rgb(128,219,232); }
div.DivClassName
{
background-color: #80DBE8;
}
.BgClassName
{
background-color: #80DBE8;
}
</style>
border-color css
<style>
span { border-color: #80DBE8; }
span { border-color: rgb(128,219,232); }
td.TdClassName
{
border-color: #80DBE8;
}
.TagClassName
{
border-color: #80DBE8;
}
</style>