Shades of Spray #80CFD8
Tints of Spray #80CFD8
RGB
CMYK
RGB Variations
Color information
#80CFD8 (or 0x80CFD8) is known color: Spray. HEX triplet: 80, CF and D8. RGB value is (128,207,216). Sum of RGB (Red+Green+Blue) = 128+207+216=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 216 (84.77% from 255 or 39.20% from 551); Max value from RGB is 216 - color contains mainly: blue. Hex color #80CFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFD8 is #7F3027. Grayscale: #B8B8B8. Windows color (decimal): -8335400 or 14208896. OLE color: 14208896.
HSL color Cylindrical-coordinate representation of color #80CFD8: hue angle of 186.14º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CFD8 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 207 | 216 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.15 |
| HSL | 186.14º | 0.53% | 0.67% | - |
| HSV(B) | 186.14º | 0.41% | 0.85% | - |
| XYZ | 43.61 | 54.17 | 73.12 | - |
| YUV | 184.41 | 145.83 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 216 | 0.41 | 0.04 | 0 | 0.15 | 186.14 | 0.53 | 0.67 |
| Hex | 80 | CF | D8 | 29 | 4 | 0 | F | BA | 35 | 43 |
| Octal | 200 | 317 | 330 | 51 | 4 | 0 | 17 | 272 | 65 | 103 |
| Binary | 10000000 | 11001111 | 11011000 | 101001 | 100 | 0 | 1111 | 10111010 | 110101 | 1000011 |
Color Harmonies of #80CFD8
Complementary color
Monochromatic Colors of #80CFD8
Black with #80CFD8
Text Example
Text Example
White with #80CFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFD8; }
p { color: rgb(128,207,216); }
H1.HeaderClassName
{
color: #80CFD8;
}
.AnyTagClassName
{
color: #80CFD8;
}
</style>
background-color css
<style>
a { background-color: #80CFD8; }
a { background-color: rgb(128,207,216); }
div.DivClassName
{
background-color: #80CFD8;
}
.BgClassName
{
background-color: #80CFD8;
}
</style>
border-color css
<style>
span { border-color: #80CFD8; }
span { border-color: rgb(128,207,216); }
td.TdClassName
{
border-color: #80CFD8;
}
.TagClassName
{
border-color: #80CFD8;
}
</style>