Shades of Spray #80DFDE
Tints of Spray #80DFDE
RGB
CMYK
RGB Variations
Color information
#80DFDE (or 0x80DFDE) is known color: Spray. HEX triplet: 80, DF and DE. RGB value is (128,223,222). Sum of RGB (Red+Green+Blue) = 128+223+222=573 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.34% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 223 - color contains mainly: green. Hex color #80DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80DFDE is #7F2021. Grayscale: #C2C2C2. Windows color (decimal): -8331298 or 14606208. OLE color: 14606208.
HSL color Cylindrical-coordinate representation of color #80DFDE: hue angle of 179.37º 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 #80DFDE is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 222 | - |
| CMYK | 0.43 | 0 | 0.00 | 0.13 |
| HSL | 179.37º | 0.6% | 0.69% | - |
| HSV(B) | 179.37º | 0.43% | 0.87% | - |
| XYZ | 48.47 | 62.64 | 78.64 | - |
| YUV | 194.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 222 | 0.43 | 0 | 0.00 | 0.13 | 179.37 | 0.6 | 0.69 |
| Hex | 80 | DF | DE | 2B | 0 | 0 | D | B3 | 3C | 45 |
| Octal | 200 | 337 | 336 | 53 | 0 | 0 | 15 | 263 | 74 | 105 |
| Binary | 10000000 | 11011111 | 11011110 | 101011 | 0 | 0 | 1101 | 10110011 | 111100 | 1000101 |
Color Harmonies of #80DFDE
Complementary color
Monochromatic Colors of #80DFDE
Black with #80DFDE
Text Example
Text Example
White with #80DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DFDE; }
p { color: rgb(128,223,222); }
H1.HeaderClassName
{
color: #80DFDE;
}
.AnyTagClassName
{
color: #80DFDE;
}
</style>
background-color css
<style>
a { background-color: #80DFDE; }
a { background-color: rgb(128,223,222); }
div.DivClassName
{
background-color: #80DFDE;
}
.BgClassName
{
background-color: #80DFDE;
}
</style>
border-color css
<style>
span { border-color: #80DFDE; }
span { border-color: rgb(128,223,222); }
td.TdClassName
{
border-color: #80DFDE;
}
.TagClassName
{
border-color: #80DFDE;
}
</style>