Shades of Spray #80C0DF
Tints of Spray #80C0DF
RGB
CMYK
RGB Variations
Color information
#80C0DF (or 0x80C0DF) is known color: Spray. HEX triplet: 80, C0 and DF. RGB value is (128,192,223). Sum of RGB (Red+Green+Blue) = 128+192+223=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C0DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0DF is #7F3F20. Grayscale: #B0B0B0. Windows color (decimal): -8339233 or 14663808. OLE color: 14663808.
HSL color Cylindrical-coordinate representation of color #80C0DF: hue angle of 199.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C0DF is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 192 | 223 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.13 |
| HSL | 199.58º | 0.6% | 0.69% | - |
| HSV(B) | 199.58º | 0.43% | 0.87% | - |
| XYZ | 41.07 | 47.62 | 76.84 | - |
| YUV | 176.4 | 154.3 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 223 | 0.43 | 0.14 | 0 | 0.13 | 199.58 | 0.6 | 0.69 |
| Hex | 80 | C0 | DF | 2B | E | 0 | D | C8 | 3C | 45 |
| Octal | 200 | 300 | 337 | 53 | 16 | 0 | 15 | 310 | 74 | 105 |
| Binary | 10000000 | 11000000 | 11011111 | 101011 | 1110 | 0 | 1101 | 11001000 | 111100 | 1000101 |
Color Harmonies of #80C0DF
Complementary color
Monochromatic Colors of #80C0DF
Black with #80C0DF
Text Example
Text Example
White with #80C0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C0DF; }
p { color: rgb(128,192,223); }
H1.HeaderClassName
{
color: #80C0DF;
}
.AnyTagClassName
{
color: #80C0DF;
}
</style>
background-color css
<style>
a { background-color: #80C0DF; }
a { background-color: rgb(128,192,223); }
div.DivClassName
{
background-color: #80C0DF;
}
.BgClassName
{
background-color: #80C0DF;
}
</style>
border-color css
<style>
span { border-color: #80C0DF; }
span { border-color: rgb(128,192,223); }
td.TdClassName
{
border-color: #80C0DF;
}
.TagClassName
{
border-color: #80C0DF;
}
</style>