Shades of Spray #80CEDB
Tints of Spray #80CEDB
RGB
CMYK
RGB Variations
Color information
#80CEDB (or 0x80CEDB) is known color: Spray. HEX triplet: 80, CE and DB. RGB value is (128,206,219). Sum of RGB (Red+Green+Blue) = 128+206+219=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEDB is #7F3124. Grayscale: #B8B8B8. Windows color (decimal): -8335653 or 14405248. OLE color: 14405248.
HSL color Cylindrical-coordinate representation of color #80CEDB: hue angle of 188.57º 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 #80CEDB is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 206 | 219 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.14 |
| HSL | 188.57º | 0.56% | 0.68% | - |
| HSV(B) | 188.57º | 0.42% | 0.86% | - |
| XYZ | 43.76 | 53.85 | 75.1 | - |
| YUV | 184.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 219 | 0.42 | 0.06 | 0 | 0.14 | 188.57 | 0.56 | 0.68 |
| Hex | 80 | CE | DB | 2A | 6 | 0 | E | BD | 38 | 44 |
| Octal | 200 | 316 | 333 | 52 | 6 | 0 | 16 | 275 | 70 | 104 |
| Binary | 10000000 | 11001110 | 11011011 | 101010 | 110 | 0 | 1110 | 10111101 | 111000 | 1000100 |
Color Harmonies of #80CEDB
Complementary color
Monochromatic Colors of #80CEDB
Black with #80CEDB
Text Example
Text Example
White with #80CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CEDB; }
p { color: rgb(128,206,219); }
H1.HeaderClassName
{
color: #80CEDB;
}
.AnyTagClassName
{
color: #80CEDB;
}
</style>
background-color css
<style>
a { background-color: #80CEDB; }
a { background-color: rgb(128,206,219); }
div.DivClassName
{
background-color: #80CEDB;
}
.BgClassName
{
background-color: #80CEDB;
}
</style>
border-color css
<style>
span { border-color: #80CEDB; }
span { border-color: rgb(128,206,219); }
td.TdClassName
{
border-color: #80CEDB;
}
.TagClassName
{
border-color: #80CEDB;
}
</style>