Shades of Spray #80CCD7
Tints of Spray #80CCD7
RGB
CMYK
RGB Variations
Color information
#80CCD7 (or 0x80CCD7) is known color: Spray. HEX triplet: 80, CC and D7. RGB value is (128,204,215). Sum of RGB (Red+Green+Blue) = 128+204+215=547 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.40% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #80CCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCD7 is #7F3328. Grayscale: #B6B6B6. Windows color (decimal): -8336169 or 14142592. OLE color: 14142592.
HSL color Cylindrical-coordinate representation of color #80CCD7: hue angle of 187.59º degrees, saturation: 0.52, 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 #80CCD7 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 204 | 215 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.16 |
| HSL | 187.59º | 0.52% | 0.67% | - |
| HSV(B) | 187.59º | 0.4% | 0.84% | - |
| XYZ | 42.76 | 52.68 | 72.2 | - |
| YUV | 182.53 | 146.32 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 215 | 0.40 | 0.05 | 0 | 0.16 | 187.59 | 0.52 | 0.67 |
| Hex | 80 | CC | D7 | 28 | 5 | 0 | 10 | BC | 34 | 43 |
| Octal | 200 | 314 | 327 | 50 | 5 | 0 | 20 | 274 | 64 | 103 |
| Binary | 10000000 | 11001100 | 11010111 | 101000 | 101 | 0 | 10000 | 10111100 | 110100 | 1000011 |
Color Harmonies of #80CCD7
Complementary color
Monochromatic Colors of #80CCD7
Black with #80CCD7
Text Example
Text Example
White with #80CCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCD7; }
p { color: rgb(128,204,215); }
H1.HeaderClassName
{
color: #80CCD7;
}
.AnyTagClassName
{
color: #80CCD7;
}
</style>
background-color css
<style>
a { background-color: #80CCD7; }
a { background-color: rgb(128,204,215); }
div.DivClassName
{
background-color: #80CCD7;
}
.BgClassName
{
background-color: #80CCD7;
}
</style>
border-color css
<style>
span { border-color: #80CCD7; }
span { border-color: rgb(128,204,215); }
td.TdClassName
{
border-color: #80CCD7;
}
.TagClassName
{
border-color: #80CCD7;
}
</style>