Shades of Spray #85CCD8
Tints of Spray #85CCD8
RGB
CMYK
RGB Variations
Color information
#85CCD8 (or 0x85CCD8) is known color: Spray. HEX triplet: 85, CC and D8. RGB value is (133,204,216). Sum of RGB (Red+Green+Blue) = 133+204+216=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #85CCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCD8 is #7A3327. Grayscale: #B8B8B8. Windows color (decimal): -8008488 or 14208133. OLE color: 14208133.
HSL color Cylindrical-coordinate representation of color #85CCD8: hue angle of 188.67º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CCD8 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 204 | 216 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.15 |
| HSL | 188.67º | 0.52% | 0.68% | - |
| HSV(B) | 188.67º | 0.38% | 0.85% | - |
| XYZ | 43.66 | 53.13 | 72.92 | - |
| YUV | 184.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 216 | 0.38 | 0.06 | 0 | 0.15 | 188.67 | 0.52 | 0.68 |
| Hex | 85 | CC | D8 | 26 | 6 | 0 | F | BD | 34 | 44 |
| Octal | 205 | 314 | 330 | 46 | 6 | 0 | 17 | 275 | 64 | 104 |
| Binary | 10000101 | 11001100 | 11011000 | 100110 | 110 | 0 | 1111 | 10111101 | 110100 | 1000100 |
Color Harmonies of #85CCD8
Complementary color
Monochromatic Colors of #85CCD8
Black with #85CCD8
Text Example
Text Example
White with #85CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCD8; }
p { color: rgb(133,204,216); }
H1.HeaderClassName
{
color: #85CCD8;
}
.AnyTagClassName
{
color: #85CCD8;
}
</style>
background-color css
<style>
a { background-color: #85CCD8; }
a { background-color: rgb(133,204,216); }
div.DivClassName
{
background-color: #85CCD8;
}
.BgClassName
{
background-color: #85CCD8;
}
</style>
border-color css
<style>
span { border-color: #85CCD8; }
span { border-color: rgb(133,204,216); }
td.TdClassName
{
border-color: #85CCD8;
}
.TagClassName
{
border-color: #85CCD8;
}
</style>