Shades of Spray #80CFDC
Tints of Spray #80CFDC
RGB
CMYK
RGB Variations
Color information
#80CFDC (or 0x80CFDC) is known color: Spray. HEX triplet: 80, CF and DC. RGB value is (128,207,220). Sum of RGB (Red+Green+Blue) = 128+207+220=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #80CFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFDC is #7F3023. Grayscale: #B8B8B8. Windows color (decimal): -8335396 or 14471040. OLE color: 14471040.
HSL color Cylindrical-coordinate representation of color #80CFDC: hue angle of 188.48º degrees, saturation: 0.57, 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 #80CFDC is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 207 | 220 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.14 |
| HSL | 188.48º | 0.57% | 0.68% | - |
| HSV(B) | 188.48º | 0.42% | 0.86% | - |
| XYZ | 44.13 | 54.38 | 75.88 | - |
| YUV | 184.86 | 147.83 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 220 | 0.42 | 0.06 | 0 | 0.14 | 188.48 | 0.57 | 0.68 |
| Hex | 80 | CF | DC | 2A | 6 | 0 | E | BC | 39 | 44 |
| Octal | 200 | 317 | 334 | 52 | 6 | 0 | 16 | 274 | 71 | 104 |
| Binary | 10000000 | 11001111 | 11011100 | 101010 | 110 | 0 | 1110 | 10111100 | 111001 | 1000100 |
Color Harmonies of #80CFDC
Complementary color
Monochromatic Colors of #80CFDC
Black with #80CFDC
Text Example
Text Example
White with #80CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFDC; }
p { color: rgb(128,207,220); }
H1.HeaderClassName
{
color: #80CFDC;
}
.AnyTagClassName
{
color: #80CFDC;
}
</style>
background-color css
<style>
a { background-color: #80CFDC; }
a { background-color: rgb(128,207,220); }
div.DivClassName
{
background-color: #80CFDC;
}
.BgClassName
{
background-color: #80CFDC;
}
</style>
border-color css
<style>
span { border-color: #80CFDC; }
span { border-color: rgb(128,207,220); }
td.TdClassName
{
border-color: #80CFDC;
}
.TagClassName
{
border-color: #80CFDC;
}
</style>