Shades of Spray #80C5D1
Tints of Spray #80C5D1
RGB
CMYK
RGB Variations
Color information
#80C5D1 (or 0x80C5D1) is known color: Spray. HEX triplet: 80, C5 and D1. RGB value is (128,197,209). Sum of RGB (Red+Green+Blue) = 128+197+209=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #80C5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C5D1 is #7F3A2E. Grayscale: #B1B1B1. Windows color (decimal): -8337967 or 13747584. OLE color: 13747584.
HSL color Cylindrical-coordinate representation of color #80C5D1: hue angle of 188.89º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80C5D1 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 197 | 209 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.18 |
| HSL | 188.89º | 0.47% | 0.66% | - |
| HSV(B) | 188.89º | 0.39% | 0.82% | - |
| XYZ | 40.38 | 49.13 | 67.68 | - |
| YUV | 177.74 | 145.64 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 197 | 209 | 0.39 | 0.06 | 0 | 0.18 | 188.89 | 0.47 | 0.66 |
| Hex | 80 | C5 | D1 | 27 | 6 | 0 | 12 | BD | 2F | 42 |
| Octal | 200 | 305 | 321 | 47 | 6 | 0 | 22 | 275 | 57 | 102 |
| Binary | 10000000 | 11000101 | 11010001 | 100111 | 110 | 0 | 10010 | 10111101 | 101111 | 1000010 |
Color Harmonies of #80C5D1
Complementary color
Monochromatic Colors of #80C5D1
Black with #80C5D1
Text Example
Text Example
White with #80C5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C5D1; }
p { color: rgb(128,197,209); }
H1.HeaderClassName
{
color: #80C5D1;
}
.AnyTagClassName
{
color: #80C5D1;
}
</style>
background-color css
<style>
a { background-color: #80C5D1; }
a { background-color: rgb(128,197,209); }
div.DivClassName
{
background-color: #80C5D1;
}
.BgClassName
{
background-color: #80C5D1;
}
</style>
border-color css
<style>
span { border-color: #80C5D1; }
span { border-color: rgb(128,197,209); }
td.TdClassName
{
border-color: #80C5D1;
}
.TagClassName
{
border-color: #80C5D1;
}
</style>