Shades of Spray #80CAE0
Tints of Spray #80CAE0
RGB
CMYK
RGB Variations
Color information
#80CAE0 (or 0x80CAE0) is known color: Spray. HEX triplet: 80, CA and E0. RGB value is (128,202,224). Sum of RGB (Red+Green+Blue) = 128+202+224=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #80CAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAE0 is #7F351F. Grayscale: #B6B6B6. Windows color (decimal): -8336672 or 14731904. OLE color: 14731904.
HSL color Cylindrical-coordinate representation of color #80CAE0: hue angle of 193.75º 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 #80CAE0 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 202 | 224 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.12 |
| HSL | 193.75º | 0.61% | 0.69% | - |
| HSV(B) | 193.75º | 0.43% | 0.88% | - |
| XYZ | 43.48 | 52.21 | 78.31 | - |
| YUV | 182.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 224 | 0.43 | 0.10 | 0 | 0.12 | 193.75 | 0.61 | 0.69 |
| Hex | 80 | CA | E0 | 2B | A | 0 | C | C2 | 3D | 45 |
| Octal | 200 | 312 | 340 | 53 | 12 | 0 | 14 | 302 | 75 | 105 |
| Binary | 10000000 | 11001010 | 11100000 | 101011 | 1010 | 0 | 1100 | 11000010 | 111101 | 1000101 |
Color Harmonies of #80CAE0
Complementary color
Monochromatic Colors of #80CAE0
Black with #80CAE0
Text Example
Text Example
White with #80CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CAE0; }
p { color: rgb(128,202,224); }
H1.HeaderClassName
{
color: #80CAE0;
}
.AnyTagClassName
{
color: #80CAE0;
}
</style>
background-color css
<style>
a { background-color: #80CAE0; }
a { background-color: rgb(128,202,224); }
div.DivClassName
{
background-color: #80CAE0;
}
.BgClassName
{
background-color: #80CAE0;
}
</style>
border-color css
<style>
span { border-color: #80CAE0; }
span { border-color: rgb(128,202,224); }
td.TdClassName
{
border-color: #80CAE0;
}
.TagClassName
{
border-color: #80CAE0;
}
</style>