Shades of Spray #80CFD6
Tints of Spray #80CFD6
RGB
CMYK
RGB Variations
Color information
#80CFD6 (or 0x80CFD6) is known color: Spray. HEX triplet: 80, CF and D6. RGB value is (128,207,214). Sum of RGB (Red+Green+Blue) = 128+207+214=549 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.32% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #80CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFD6 is #7F3029. Grayscale: #B8B8B8. Windows color (decimal): -8335402 or 14077824. OLE color: 14077824.
HSL color Cylindrical-coordinate representation of color #80CFD6: hue angle of 184.88º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80CFD6 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 207 | 214 | - |
| CMYK | 0.40 | 0.03 | 0 | 0.16 |
| HSL | 184.88º | 0.51% | 0.67% | - |
| HSV(B) | 184.88º | 0.4% | 0.84% | - |
| XYZ | 43.35 | 54.07 | 71.77 | - |
| YUV | 184.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 214 | 0.40 | 0.03 | 0 | 0.16 | 184.88 | 0.51 | 0.67 |
| Hex | 80 | CF | D6 | 28 | 3 | 0 | 10 | B9 | 33 | 43 |
| Octal | 200 | 317 | 326 | 50 | 3 | 0 | 20 | 271 | 63 | 103 |
| Binary | 10000000 | 11001111 | 11010110 | 101000 | 11 | 0 | 10000 | 10111001 | 110011 | 1000011 |
Color Harmonies of #80CFD6
Complementary color
Monochromatic Colors of #80CFD6
Black with #80CFD6
Text Example
Text Example
White with #80CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFD6; }
p { color: rgb(128,207,214); }
H1.HeaderClassName
{
color: #80CFD6;
}
.AnyTagClassName
{
color: #80CFD6;
}
</style>
background-color css
<style>
a { background-color: #80CFD6; }
a { background-color: rgb(128,207,214); }
div.DivClassName
{
background-color: #80CFD6;
}
.BgClassName
{
background-color: #80CFD6;
}
</style>
border-color css
<style>
span { border-color: #80CFD6; }
span { border-color: rgb(128,207,214); }
td.TdClassName
{
border-color: #80CFD6;
}
.TagClassName
{
border-color: #80CFD6;
}
</style>