Shades of Spray #80CFE0
Tints of Spray #80CFE0
RGB
CMYK
RGB Variations
Color information
#80CFE0 (or 0x80CFE0) is known color: Spray. HEX triplet: 80, CF and E0. RGB value is (128,207,224). Sum of RGB (Red+Green+Blue) = 128+207+224=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #80CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFE0 is #7F301F. Grayscale: #B9B9B9. Windows color (decimal): -8335392 or 14733184. OLE color: 14733184.
HSL color Cylindrical-coordinate representation of color #80CFE0: hue angle of 190.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CFE0 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 207 | 224 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.12 |
| HSL | 190.63º | 0.61% | 0.69% | - |
| HSV(B) | 190.63º | 0.43% | 0.88% | - |
| XYZ | 44.67 | 54.6 | 78.7 | - |
| YUV | 185.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 224 | 0.43 | 0.08 | 0 | 0.12 | 190.63 | 0.61 | 0.69 |
| Hex | 80 | CF | E0 | 2B | 8 | 0 | C | BF | 3D | 45 |
| Octal | 200 | 317 | 340 | 53 | 10 | 0 | 14 | 277 | 75 | 105 |
| Binary | 10000000 | 11001111 | 11100000 | 101011 | 1000 | 0 | 1100 | 10111111 | 111101 | 1000101 |
Color Harmonies of #80CFE0
Complementary color
Monochromatic Colors of #80CFE0
Black with #80CFE0
Text Example
Text Example
White with #80CFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CFE0; }
p { color: rgb(128,207,224); }
H1.HeaderClassName
{
color: #80CFE0;
}
.AnyTagClassName
{
color: #80CFE0;
}
</style>
background-color css
<style>
a { background-color: #80CFE0; }
a { background-color: rgb(128,207,224); }
div.DivClassName
{
background-color: #80CFE0;
}
.BgClassName
{
background-color: #80CFE0;
}
</style>
border-color css
<style>
span { border-color: #80CFE0; }
span { border-color: rgb(128,207,224); }
td.TdClassName
{
border-color: #80CFE0;
}
.TagClassName
{
border-color: #80CFE0;
}
</style>