Shades of Spray #85C7D6
Tints of Spray #85C7D6
RGB
CMYK
RGB Variations
Color information
#85C7D6 (or 0x85C7D6) is known color: Spray. HEX triplet: 85, C7 and D6. RGB value is (133,199,214). Sum of RGB (Red+Green+Blue) = 133+199+214=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #85C7D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7D6 is #7A3829. Grayscale: #B4B4B4. Windows color (decimal): -8009770 or 14075781. OLE color: 14075781.
HSL color Cylindrical-coordinate representation of color #85C7D6: hue angle of 191.11º degrees, saturation: 0.5, 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 #85C7D6 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 199 | 214 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.16 |
| HSL | 191.11º | 0.5% | 0.68% | - |
| HSV(B) | 191.11º | 0.38% | 0.84% | - |
| XYZ | 42.23 | 50.69 | 71.18 | - |
| YUV | 180.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 214 | 0.38 | 0.07 | 0 | 0.16 | 191.11 | 0.5 | 0.68 |
| Hex | 85 | C7 | D6 | 26 | 7 | 0 | 10 | BF | 32 | 44 |
| Octal | 205 | 307 | 326 | 46 | 7 | 0 | 20 | 277 | 62 | 104 |
| Binary | 10000101 | 11000111 | 11010110 | 100110 | 111 | 0 | 10000 | 10111111 | 110010 | 1000100 |
Color Harmonies of #85C7D6
Complementary color
Monochromatic Colors of #85C7D6
Black with #85C7D6
Text Example
Text Example
White with #85C7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C7D6; }
p { color: rgb(133,199,214); }
H1.HeaderClassName
{
color: #85C7D6;
}
.AnyTagClassName
{
color: #85C7D6;
}
</style>
background-color css
<style>
a { background-color: #85C7D6; }
a { background-color: rgb(133,199,214); }
div.DivClassName
{
background-color: #85C7D6;
}
.BgClassName
{
background-color: #85C7D6;
}
</style>
border-color css
<style>
span { border-color: #85C7D6; }
span { border-color: rgb(133,199,214); }
td.TdClassName
{
border-color: #85C7D6;
}
.TagClassName
{
border-color: #85C7D6;
}
</style>