Shades of Spray #80CFD0
Tints of Spray #80CFD0
RGB
CMYK
RGB Variations
Color information
#80CFD0 (or 0x80CFD0) is known color: Spray. HEX triplet: 80, CF and D0. RGB value is (128,207,208). Sum of RGB (Red+Green+Blue) = 128+207+208=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 208 - color contains mainly: blue. Hex color #80CFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFD0 is #7F302F. Grayscale: #B7B7B7. Windows color (decimal): -8335408 or 13684608. OLE color: 13684608.
HSL color Cylindrical-coordinate representation of color #80CFD0: hue angle of 180.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFD0 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 207 | 208 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.18 |
| HSL | 180.75º | 0.46% | 0.66% | - |
| HSV(B) | 180.75º | 0.38% | 0.82% | - |
| XYZ | 42.6 | 53.77 | 67.81 | - |
| YUV | 183.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 208 | 0.38 | 0.00 | 0 | 0.18 | 180.75 | 0.46 | 0.66 |
| Hex | 80 | CF | D0 | 26 | 0 | 0 | 12 | B5 | 2E | 42 |
| Octal | 200 | 317 | 320 | 46 | 0 | 0 | 22 | 265 | 56 | 102 |
| Binary | 10000000 | 11001111 | 11010000 | 100110 | 0 | 0 | 10010 | 10110101 | 101110 | 1000010 |
Color Harmonies of #80CFD0
Complementary color
Monochromatic Colors of #80CFD0
Black with #80CFD0
Text Example
Text Example
White with #80CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFD0; }
p { color: rgb(128,207,208); }
H1.HeaderClassName
{
color: #80CFD0;
}
.AnyTagClassName
{
color: #80CFD0;
}
</style>
background-color css
<style>
a { background-color: #80CFD0; }
a { background-color: rgb(128,207,208); }
div.DivClassName
{
background-color: #80CFD0;
}
.BgClassName
{
background-color: #80CFD0;
}
</style>
border-color css
<style>
span { border-color: #80CFD0; }
span { border-color: rgb(128,207,208); }
td.TdClassName
{
border-color: #80CFD0;
}
.TagClassName
{
border-color: #80CFD0;
}
</style>