Shades of Spray #80C9DF
Tints of Spray #80C9DF
RGB
CMYK
RGB Variations
Color information
#80C9DF (or 0x80C9DF) is known color: Spray. HEX triplet: 80, C9 and DF. RGB value is (128,201,223). Sum of RGB (Red+Green+Blue) = 128+201+223=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #80C9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C9DF is #7F3620. Grayscale: #B5B5B5. Windows color (decimal): -8336929 or 14666112. OLE color: 14666112.
HSL color Cylindrical-coordinate representation of color #80C9DF: hue angle of 193.89º 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 #80C9DF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 201 | 223 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.13 |
| HSL | 193.89º | 0.6% | 0.69% | - |
| HSV(B) | 193.89º | 0.43% | 0.87% | - |
| XYZ | 43.11 | 51.69 | 77.52 | - |
| YUV | 181.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 223 | 0.43 | 0.10 | 0 | 0.13 | 193.89 | 0.6 | 0.69 |
| Hex | 80 | C9 | DF | 2B | A | 0 | D | C2 | 3C | 45 |
| Octal | 200 | 311 | 337 | 53 | 12 | 0 | 15 | 302 | 74 | 105 |
| Binary | 10000000 | 11001001 | 11011111 | 101011 | 1010 | 0 | 1101 | 11000010 | 111100 | 1000101 |
Color Harmonies of #80C9DF
Complementary color
Monochromatic Colors of #80C9DF
Black with #80C9DF
Text Example
Text Example
White with #80C9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C9DF; }
p { color: rgb(128,201,223); }
H1.HeaderClassName
{
color: #80C9DF;
}
.AnyTagClassName
{
color: #80C9DF;
}
</style>
background-color css
<style>
a { background-color: #80C9DF; }
a { background-color: rgb(128,201,223); }
div.DivClassName
{
background-color: #80C9DF;
}
.BgClassName
{
background-color: #80C9DF;
}
</style>
border-color css
<style>
span { border-color: #80C9DF; }
span { border-color: rgb(128,201,223); }
td.TdClassName
{
border-color: #80C9DF;
}
.TagClassName
{
border-color: #80C9DF;
}
</style>