Shades of Spray #80DADB
Tints of Spray #80DADB
RGB
CMYK
RGB Variations
Color information
#80DADB (or 0x80DADB) is known color: Spray. HEX triplet: 80, DA and DB. RGB value is (128,218,219). Sum of RGB (Red+Green+Blue) = 128+218+219=565 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.65% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #80DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DADB is #7F2524. Grayscale: #BFBFBF. Windows color (decimal): -8332581 or 14408320. OLE color: 14408320.
HSL color Cylindrical-coordinate representation of color #80DADB: hue angle of 180.66º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DADB is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 218 | 219 | - |
| CMYK | 0.42 | 0.00 | 0 | 0.14 |
| HSL | 180.66º | 0.56% | 0.68% | - |
| HSV(B) | 180.66º | 0.42% | 0.86% | - |
| XYZ | 46.76 | 59.85 | 76.1 | - |
| YUV | 191.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 219 | 0.42 | 0.00 | 0 | 0.14 | 180.66 | 0.56 | 0.68 |
| Hex | 80 | DA | DB | 2A | 0 | 0 | E | B5 | 38 | 44 |
| Octal | 200 | 332 | 333 | 52 | 0 | 0 | 16 | 265 | 70 | 104 |
| Binary | 10000000 | 11011010 | 11011011 | 101010 | 0 | 0 | 1110 | 10110101 | 111000 | 1000100 |
Color Harmonies of #80DADB
Complementary color
Monochromatic Colors of #80DADB
Black with #80DADB
Text Example
Text Example
White with #80DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DADB; }
p { color: rgb(128,218,219); }
H1.HeaderClassName
{
color: #80DADB;
}
.AnyTagClassName
{
color: #80DADB;
}
</style>
background-color css
<style>
a { background-color: #80DADB; }
a { background-color: rgb(128,218,219); }
div.DivClassName
{
background-color: #80DADB;
}
.BgClassName
{
background-color: #80DADB;
}
</style>
border-color css
<style>
span { border-color: #80DADB; }
span { border-color: rgb(128,218,219); }
td.TdClassName
{
border-color: #80DADB;
}
.TagClassName
{
border-color: #80DADB;
}
</style>