Shades of Spray #85C5CD
Tints of Spray #85C5CD
RGB
CMYK
RGB Variations
Color information
#85C5CD (or 0x85C5CD) is known color: Spray. HEX triplet: 85, C5 and CD. RGB value is (133,197,205). Sum of RGB (Red+Green+Blue) = 133+197+205=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C5CD is #7A3A32. Grayscale: #B2B2B2. Windows color (decimal): -8010291 or 13485445. OLE color: 13485445.
HSL color Cylindrical-coordinate representation of color #85C5CD: hue angle of 186.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C5CD is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 197 | 205 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.20 |
| HSL | 186.67º | 0.42% | 0.66% | - |
| HSV(B) | 186.67º | 0.35% | 0.8% | - |
| XYZ | 40.66 | 49.33 | 65.14 | - |
| YUV | 178.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 197 | 205 | 0.35 | 0.04 | 0 | 0.20 | 186.67 | 0.42 | 0.66 |
| Hex | 85 | C5 | CD | 23 | 4 | 0 | 14 | BB | 2A | 42 |
| Octal | 205 | 305 | 315 | 43 | 4 | 0 | 24 | 273 | 52 | 102 |
| Binary | 10000101 | 11000101 | 11001101 | 100011 | 100 | 0 | 10100 | 10111011 | 101010 | 1000010 |
Color Harmonies of #85C5CD
Complementary color
Monochromatic Colors of #85C5CD
Black with #85C5CD
Text Example
Text Example
White with #85C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C5CD; }
p { color: rgb(133,197,205); }
H1.HeaderClassName
{
color: #85C5CD;
}
.AnyTagClassName
{
color: #85C5CD;
}
</style>
background-color css
<style>
a { background-color: #85C5CD; }
a { background-color: rgb(133,197,205); }
div.DivClassName
{
background-color: #85C5CD;
}
.BgClassName
{
background-color: #85C5CD;
}
</style>
border-color css
<style>
span { border-color: #85C5CD; }
span { border-color: rgb(133,197,205); }
td.TdClassName
{
border-color: #85C5CD;
}
.TagClassName
{
border-color: #85C5CD;
}
</style>