Shades of Spray #80C9E0
Tints of Spray #80C9E0
RGB
CMYK
RGB Variations
Color information
#80C9E0 (or 0x80C9E0) is known color: Spray. HEX triplet: 80, C9 and E0. RGB value is (128,201,224). Sum of RGB (Red+Green+Blue) = 128+201+224=553 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.15% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #80C9E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9E0 is #7F361F. Grayscale: #B5B5B5. Windows color (decimal): -8336928 or 14731648. OLE color: 14731648.
HSL color Cylindrical-coordinate representation of color #80C9E0: hue angle of 194.38º 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 #80C9E0 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 201 | 224 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.12 |
| HSL | 194.38º | 0.61% | 0.69% | - |
| HSV(B) | 194.38º | 0.43% | 0.88% | - |
| XYZ | 43.24 | 51.74 | 78.23 | - |
| YUV | 181.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 224 | 0.43 | 0.10 | 0 | 0.12 | 194.38 | 0.61 | 0.69 |
| Hex | 80 | C9 | E0 | 2B | A | 0 | C | C2 | 3D | 45 |
| Octal | 200 | 311 | 340 | 53 | 12 | 0 | 14 | 302 | 75 | 105 |
| Binary | 10000000 | 11001001 | 11100000 | 101011 | 1010 | 0 | 1100 | 11000010 | 111101 | 1000101 |
Color Harmonies of #80C9E0
Complementary color
Monochromatic Colors of #80C9E0
Black with #80C9E0
Text Example
Text Example
White with #80C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9E0; }
p { color: rgb(128,201,224); }
H1.HeaderClassName
{
color: #80C9E0;
}
.AnyTagClassName
{
color: #80C9E0;
}
</style>
background-color css
<style>
a { background-color: #80C9E0; }
a { background-color: rgb(128,201,224); }
div.DivClassName
{
background-color: #80C9E0;
}
.BgClassName
{
background-color: #80C9E0;
}
</style>
border-color css
<style>
span { border-color: #80C9E0; }
span { border-color: rgb(128,201,224); }
td.TdClassName
{
border-color: #80C9E0;
}
.TagClassName
{
border-color: #80C9E0;
}
</style>