Shades of Spray #85CCD5
Tints of Spray #85CCD5
RGB
CMYK
RGB Variations
Color information
#85CCD5 (or 0x85CCD5) is known color: Spray. HEX triplet: 85, CC and D5. RGB value is (133,204,213). Sum of RGB (Red+Green+Blue) = 133+204+213=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #85CCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCD5 is #7A332A. Grayscale: #B7B7B7. Windows color (decimal): -8008491 or 14011525. OLE color: 14011525.
HSL color Cylindrical-coordinate representation of color #85CCD5: hue angle of 186.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CCD5 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 204 | 213 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.16 |
| HSL | 186.75º | 0.49% | 0.68% | - |
| HSV(B) | 186.75º | 0.38% | 0.84% | - |
| XYZ | 43.28 | 52.98 | 70.9 | - |
| YUV | 183.8 | 144.48 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 213 | 0.38 | 0.04 | 0 | 0.16 | 186.75 | 0.49 | 0.68 |
| Hex | 85 | CC | D5 | 26 | 4 | 0 | 10 | BB | 31 | 44 |
| Octal | 205 | 314 | 325 | 46 | 4 | 0 | 20 | 273 | 61 | 104 |
| Binary | 10000101 | 11001100 | 11010101 | 100110 | 100 | 0 | 10000 | 10111011 | 110001 | 1000100 |
Color Harmonies of #85CCD5
Complementary color
Monochromatic Colors of #85CCD5
Black with #85CCD5
Text Example
Text Example
White with #85CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCD5; }
p { color: rgb(133,204,213); }
H1.HeaderClassName
{
color: #85CCD5;
}
.AnyTagClassName
{
color: #85CCD5;
}
</style>
background-color css
<style>
a { background-color: #85CCD5; }
a { background-color: rgb(133,204,213); }
div.DivClassName
{
background-color: #85CCD5;
}
.BgClassName
{
background-color: #85CCD5;
}
</style>
border-color css
<style>
span { border-color: #85CCD5; }
span { border-color: rgb(133,204,213); }
td.TdClassName
{
border-color: #85CCD5;
}
.TagClassName
{
border-color: #85CCD5;
}
</style>