Shades of Spray #80DBDE
Tints of Spray #80DBDE
RGB
CMYK
RGB Variations
Color information
#80DBDE (or 0x80DBDE) is known color: Spray. HEX triplet: 80, DB and DE. RGB value is (128,219,222). Sum of RGB (Red+Green+Blue) = 128+219+222=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #80DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBDE is #7F2421. Grayscale: #C0C0C0. Windows color (decimal): -8332322 or 14605184. OLE color: 14605184.
HSL color Cylindrical-coordinate representation of color #80DBDE: hue angle of 181.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DBDE is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 219 | 222 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.13 |
| HSL | 181.91º | 0.59% | 0.69% | - |
| HSV(B) | 181.91º | 0.42% | 0.87% | - |
| XYZ | 47.42 | 60.53 | 78.29 | - |
| YUV | 192.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 222 | 0.42 | 0.01 | 0 | 0.13 | 181.91 | 0.59 | 0.69 |
| Hex | 80 | DB | DE | 2A | 1 | 0 | D | B6 | 3B | 45 |
| Octal | 200 | 333 | 336 | 52 | 1 | 0 | 15 | 266 | 73 | 105 |
| Binary | 10000000 | 11011011 | 11011110 | 101010 | 1 | 0 | 1101 | 10110110 | 111011 | 1000101 |
Color Harmonies of #80DBDE
Complementary color
Monochromatic Colors of #80DBDE
Black with #80DBDE
Text Example
Text Example
White with #80DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBDE; }
p { color: rgb(128,219,222); }
H1.HeaderClassName
{
color: #80DBDE;
}
.AnyTagClassName
{
color: #80DBDE;
}
</style>
background-color css
<style>
a { background-color: #80DBDE; }
a { background-color: rgb(128,219,222); }
div.DivClassName
{
background-color: #80DBDE;
}
.BgClassName
{
background-color: #80DBDE;
}
</style>
border-color css
<style>
span { border-color: #80DBDE; }
span { border-color: rgb(128,219,222); }
td.TdClassName
{
border-color: #80DBDE;
}
.TagClassName
{
border-color: #80DBDE;
}
</style>