Shades of Spray #80CCD5
Tints of Spray #80CCD5
RGB
CMYK
RGB Variations
Color information
#80CCD5 (or 0x80CCD5) is known color: Spray. HEX triplet: 80, CC and D5. RGB value is (128,204,213). Sum of RGB (Red+Green+Blue) = 128+204+213=545 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.49% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #80CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCD5 is #7F332A. Grayscale: #B6B6B6. Windows color (decimal): -8336171 or 14011520. OLE color: 14011520.
HSL color Cylindrical-coordinate representation of color #80CCD5: hue angle of 186.35º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80CCD5 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 204 | 213 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.16 |
| HSL | 186.35º | 0.5% | 0.67% | - |
| HSV(B) | 186.35º | 0.4% | 0.84% | - |
| XYZ | 42.51 | 52.58 | 70.86 | - |
| YUV | 182.3 | 145.32 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 213 | 0.40 | 0.04 | 0 | 0.16 | 186.35 | 0.5 | 0.67 |
| Hex | 80 | CC | D5 | 28 | 4 | 0 | 10 | BA | 32 | 43 |
| Octal | 200 | 314 | 325 | 50 | 4 | 0 | 20 | 272 | 62 | 103 |
| Binary | 10000000 | 11001100 | 11010101 | 101000 | 100 | 0 | 10000 | 10111010 | 110010 | 1000011 |
Color Harmonies of #80CCD5
Complementary color
Monochromatic Colors of #80CCD5
Black with #80CCD5
Text Example
Text Example
White with #80CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCD5; }
p { color: rgb(128,204,213); }
H1.HeaderClassName
{
color: #80CCD5;
}
.AnyTagClassName
{
color: #80CCD5;
}
</style>
background-color css
<style>
a { background-color: #80CCD5; }
a { background-color: rgb(128,204,213); }
div.DivClassName
{
background-color: #80CCD5;
}
.BgClassName
{
background-color: #80CCD5;
}
</style>
border-color css
<style>
span { border-color: #80CCD5; }
span { border-color: rgb(128,204,213); }
td.TdClassName
{
border-color: #80CCD5;
}
.TagClassName
{
border-color: #80CCD5;
}
</style>