Shades of Spray #85C4CA
Tints of Spray #85C4CA
RGB
CMYK
RGB Variations
Color information
#85C4CA (or 0x85C4CA) is known color: Spray. HEX triplet: 85, C4 and CA. RGB value is (133,196,202). Sum of RGB (Red+Green+Blue) = 133+196+202=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #85C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C4CA is #7A3B35. Grayscale: #B1B1B1. Windows color (decimal): -8010550 or 13288581. OLE color: 13288581.
HSL color Cylindrical-coordinate representation of color #85C4CA: hue angle of 185.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C4CA is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 196 | 202 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.21 |
| HSL | 185.22º | 0.39% | 0.66% | - |
| HSV(B) | 185.22º | 0.34% | 0.79% | - |
| XYZ | 40.07 | 48.73 | 63.17 | - |
| YUV | 177.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 202 | 0.34 | 0.03 | 0 | 0.21 | 185.22 | 0.39 | 0.66 |
| Hex | 85 | C4 | CA | 22 | 3 | 0 | 15 | B9 | 27 | 42 |
| Octal | 205 | 304 | 312 | 42 | 3 | 0 | 25 | 271 | 47 | 102 |
| Binary | 10000101 | 11000100 | 11001010 | 100010 | 11 | 0 | 10101 | 10111001 | 100111 | 1000010 |
Color Harmonies of #85C4CA
Complementary color
Monochromatic Colors of #85C4CA
Black with #85C4CA
Text Example
Text Example
White with #85C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C4CA; }
p { color: rgb(133,196,202); }
H1.HeaderClassName
{
color: #85C4CA;
}
.AnyTagClassName
{
color: #85C4CA;
}
</style>
background-color css
<style>
a { background-color: #85C4CA; }
a { background-color: rgb(133,196,202); }
div.DivClassName
{
background-color: #85C4CA;
}
.BgClassName
{
background-color: #85C4CA;
}
</style>
border-color css
<style>
span { border-color: #85C4CA; }
span { border-color: rgb(133,196,202); }
td.TdClassName
{
border-color: #85C4CA;
}
.TagClassName
{
border-color: #85C4CA;
}
</style>