Shades of Spray #80CCD8
Tints of Spray #80CCD8
RGB
CMYK
RGB Variations
Color information
#80CCD8 (or 0x80CCD8) is known color: Spray. HEX triplet: 80, CC and D8. RGB value is (128,204,216). Sum of RGB (Red+Green+Blue) = 128+204+216=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #80CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCD8 is #7F3327. Grayscale: #B6B6B6. Windows color (decimal): -8336168 or 14208128. OLE color: 14208128.
HSL color Cylindrical-coordinate representation of color #80CCD8: hue angle of 188.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80CCD8 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 204 | 216 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.15 |
| HSL | 188.18º | 0.53% | 0.67% | - |
| HSV(B) | 188.18º | 0.41% | 0.85% | - |
| XYZ | 42.89 | 52.73 | 72.88 | - |
| YUV | 182.64 | 146.82 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 216 | 0.41 | 0.06 | 0 | 0.15 | 188.18 | 0.53 | 0.67 |
| Hex | 80 | CC | D8 | 29 | 6 | 0 | F | BC | 35 | 43 |
| Octal | 200 | 314 | 330 | 51 | 6 | 0 | 17 | 274 | 65 | 103 |
| Binary | 10000000 | 11001100 | 11011000 | 101001 | 110 | 0 | 1111 | 10111100 | 110101 | 1000011 |
Color Harmonies of #80CCD8
Complementary color
Monochromatic Colors of #80CCD8
Black with #80CCD8
Text Example
Text Example
White with #80CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CCD8; }
p { color: rgb(128,204,216); }
H1.HeaderClassName
{
color: #80CCD8;
}
.AnyTagClassName
{
color: #80CCD8;
}
</style>
background-color css
<style>
a { background-color: #80CCD8; }
a { background-color: rgb(128,204,216); }
div.DivClassName
{
background-color: #80CCD8;
}
.BgClassName
{
background-color: #80CCD8;
}
</style>
border-color css
<style>
span { border-color: #80CCD8; }
span { border-color: rgb(128,204,216); }
td.TdClassName
{
border-color: #80CCD8;
}
.TagClassName
{
border-color: #80CCD8;
}
</style>