Shades of Spray #80C8CD
Tints of Spray #80C8CD
RGB
CMYK
RGB Variations
Color information
#80C8CD (or 0x80C8CD) is known color: Spray. HEX triplet: 80, C8 and CD. RGB value is (128,200,205). Sum of RGB (Red+Green+Blue) = 128+200+205=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C8CD is #7F3732. Grayscale: #B2B2B2. Windows color (decimal): -8337203 or 13486208. OLE color: 13486208.
HSL color Cylindrical-coordinate representation of color #80C8CD: hue angle of 183.9º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C8CD is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 200 | 205 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.20 |
| HSL | 183.9º | 0.44% | 0.65% | - |
| HSV(B) | 183.9º | 0.38% | 0.8% | - |
| XYZ | 40.58 | 50.31 | 65.33 | - |
| YUV | 179.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 205 | 0.38 | 0.02 | 0 | 0.20 | 183.9 | 0.44 | 0.65 |
| Hex | 80 | C8 | CD | 26 | 2 | 0 | 14 | B8 | 2C | 41 |
| Octal | 200 | 310 | 315 | 46 | 2 | 0 | 24 | 270 | 54 | 101 |
| Binary | 10000000 | 11001000 | 11001101 | 100110 | 10 | 0 | 10100 | 10111000 | 101100 | 1000001 |
Color Harmonies of #80C8CD
Complementary color
Monochromatic Colors of #80C8CD
Black with #80C8CD
Text Example
Text Example
White with #80C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C8CD; }
p { color: rgb(128,200,205); }
H1.HeaderClassName
{
color: #80C8CD;
}
.AnyTagClassName
{
color: #80C8CD;
}
</style>
background-color css
<style>
a { background-color: #80C8CD; }
a { background-color: rgb(128,200,205); }
div.DivClassName
{
background-color: #80C8CD;
}
.BgClassName
{
background-color: #80C8CD;
}
</style>
border-color css
<style>
span { border-color: #80C8CD; }
span { border-color: rgb(128,200,205); }
td.TdClassName
{
border-color: #80C8CD;
}
.TagClassName
{
border-color: #80C8CD;
}
</style>