Shades of Spray #80DBDF
Tints of Spray #80DBDF
RGB
CMYK
RGB Variations
Color information
#80DBDF (or 0x80DBDF) is known color: Spray. HEX triplet: 80, DB and DF. RGB value is (128,219,223). Sum of RGB (Red+Green+Blue) = 128+219+223=570 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.46% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #80DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DBDF is #7F2420. Grayscale: #C0C0C0. Windows color (decimal): -8332321 or 14670720. OLE color: 14670720.
HSL color Cylindrical-coordinate representation of color #80DBDF: hue angle of 182.53º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DBDF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 219 | 223 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.13 |
| HSL | 182.53º | 0.6% | 0.69% | - |
| HSV(B) | 182.53º | 0.43% | 0.87% | - |
| XYZ | 47.55 | 60.58 | 79 | - |
| YUV | 192.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 223 | 0.43 | 0.02 | 0 | 0.13 | 182.53 | 0.6 | 0.69 |
| Hex | 80 | DB | DF | 2B | 2 | 0 | D | B7 | 3C | 45 |
| Octal | 200 | 333 | 337 | 53 | 2 | 0 | 15 | 267 | 74 | 105 |
| Binary | 10000000 | 11011011 | 11011111 | 101011 | 10 | 0 | 1101 | 10110111 | 111100 | 1000101 |
Color Harmonies of #80DBDF
Complementary color
Monochromatic Colors of #80DBDF
Black with #80DBDF
Text Example
Text Example
White with #80DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DBDF; }
p { color: rgb(128,219,223); }
H1.HeaderClassName
{
color: #80DBDF;
}
.AnyTagClassName
{
color: #80DBDF;
}
</style>
background-color css
<style>
a { background-color: #80DBDF; }
a { background-color: rgb(128,219,223); }
div.DivClassName
{
background-color: #80DBDF;
}
.BgClassName
{
background-color: #80DBDF;
}
</style>
border-color css
<style>
span { border-color: #80DBDF; }
span { border-color: rgb(128,219,223); }
td.TdClassName
{
border-color: #80DBDF;
}
.TagClassName
{
border-color: #80DBDF;
}
</style>