Shades of Spray #80DDDF
Tints of Spray #80DDDF
RGB
CMYK
RGB Variations
Color information
#80DDDF (or 0x80DDDF) is known color: Spray. HEX triplet: 80, DD and DF. RGB value is (128,221,223). Sum of RGB (Red+Green+Blue) = 128+221+223=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #80DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DDDF is #7F2220. Grayscale: #C1C1C1. Windows color (decimal): -8331809 or 14671232. OLE color: 14671232.
HSL color Cylindrical-coordinate representation of color #80DDDF: hue angle of 181.26º 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 #80DDDF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 223 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.13 |
| HSL | 181.26º | 0.6% | 0.69% | - |
| HSV(B) | 181.26º | 0.43% | 0.87% | - |
| XYZ | 48.08 | 61.63 | 79.17 | - |
| YUV | 193.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 223 | 0.43 | 0.01 | 0 | 0.13 | 181.26 | 0.6 | 0.69 |
| Hex | 80 | DD | DF | 2B | 1 | 0 | D | B5 | 3C | 45 |
| Octal | 200 | 335 | 337 | 53 | 1 | 0 | 15 | 265 | 74 | 105 |
| Binary | 10000000 | 11011101 | 11011111 | 101011 | 1 | 0 | 1101 | 10110101 | 111100 | 1000101 |
Color Harmonies of #80DDDF
Complementary color
Monochromatic Colors of #80DDDF
Black with #80DDDF
Text Example
Text Example
White with #80DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDDF; }
p { color: rgb(128,221,223); }
H1.HeaderClassName
{
color: #80DDDF;
}
.AnyTagClassName
{
color: #80DDDF;
}
</style>
background-color css
<style>
a { background-color: #80DDDF; }
a { background-color: rgb(128,221,223); }
div.DivClassName
{
background-color: #80DDDF;
}
.BgClassName
{
background-color: #80DDDF;
}
</style>
border-color css
<style>
span { border-color: #80DDDF; }
span { border-color: rgb(128,221,223); }
td.TdClassName
{
border-color: #80DDDF;
}
.TagClassName
{
border-color: #80DDDF;
}
</style>