Shades of Spray #85CED7
Tints of Spray #85CED7
RGB
CMYK
RGB Variations
Color information
#85CED7 (or 0x85CED7) is known color: Spray. HEX triplet: 85, CE and D7. RGB value is (133,206,215). Sum of RGB (Red+Green+Blue) = 133+206+215=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #85CED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CED7 is #7A3128. Grayscale: #B9B9B9. Windows color (decimal): -8007977 or 14143109. OLE color: 14143109.
HSL color Cylindrical-coordinate representation of color #85CED7: hue angle of 186.59º degrees, saturation: 0.51, 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 #85CED7 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 206 | 215 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.16 |
| HSL | 186.59º | 0.51% | 0.68% | - |
| HSV(B) | 186.59º | 0.38% | 0.84% | - |
| XYZ | 44.01 | 54.04 | 72.4 | - |
| YUV | 185.2 | 144.82 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 215 | 0.38 | 0.04 | 0 | 0.16 | 186.59 | 0.51 | 0.68 |
| Hex | 85 | CE | D7 | 26 | 4 | 0 | 10 | BB | 33 | 44 |
| Octal | 205 | 316 | 327 | 46 | 4 | 0 | 20 | 273 | 63 | 104 |
| Binary | 10000101 | 11001110 | 11010111 | 100110 | 100 | 0 | 10000 | 10111011 | 110011 | 1000100 |
Color Harmonies of #85CED7
Complementary color
Monochromatic Colors of #85CED7
Black with #85CED7
Text Example
Text Example
White with #85CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CED7; }
p { color: rgb(133,206,215); }
H1.HeaderClassName
{
color: #85CED7;
}
.AnyTagClassName
{
color: #85CED7;
}
</style>
background-color css
<style>
a { background-color: #85CED7; }
a { background-color: rgb(133,206,215); }
div.DivClassName
{
background-color: #85CED7;
}
.BgClassName
{
background-color: #85CED7;
}
</style>
border-color css
<style>
span { border-color: #85CED7; }
span { border-color: rgb(133,206,215); }
td.TdClassName
{
border-color: #85CED7;
}
.TagClassName
{
border-color: #85CED7;
}
</style>