Shades of Spray #85CACC
Tints of Spray #85CACC
RGB
CMYK
RGB Variations
Color information
#85CACC (or 0x85CACC) is known color: Spray. HEX triplet: 85, CA and CC. RGB value is (133,202,204). Sum of RGB (Red+Green+Blue) = 133+202+204=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #85CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CACC is #7A3533. Grayscale: #B5B5B5. Windows color (decimal): -8009012 or 13421189. OLE color: 13421189.
HSL color Cylindrical-coordinate representation of color #85CACC: hue angle of 181.69º degrees, saturation: 0.41, 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 #85CACC is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 202 | 204 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.2 |
| HSL | 181.69º | 0.41% | 0.66% | - |
| HSV(B) | 181.69º | 0.35% | 0.8% | - |
| XYZ | 41.69 | 51.59 | 64.89 | - |
| YUV | 181.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 204 | 0.35 | 0.01 | 0 | 0.2 | 181.69 | 0.41 | 0.66 |
| Hex | 85 | CA | CC | 23 | 1 | 0 | 14 | B6 | 29 | 42 |
| Octal | 205 | 312 | 314 | 43 | 1 | 0 | 24 | 266 | 51 | 102 |
| Binary | 10000101 | 11001010 | 11001100 | 100011 | 1 | 0 | 10100 | 10110110 | 101001 | 1000010 |
Color Harmonies of #85CACC
Complementary color
Monochromatic Colors of #85CACC
Black with #85CACC
Text Example
Text Example
White with #85CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CACC; }
p { color: rgb(133,202,204); }
H1.HeaderClassName
{
color: #85CACC;
}
.AnyTagClassName
{
color: #85CACC;
}
</style>
background-color css
<style>
a { background-color: #85CACC; }
a { background-color: rgb(133,202,204); }
div.DivClassName
{
background-color: #85CACC;
}
.BgClassName
{
background-color: #85CACC;
}
</style>
border-color css
<style>
span { border-color: #85CACC; }
span { border-color: rgb(133,202,204); }
td.TdClassName
{
border-color: #85CACC;
}
.TagClassName
{
border-color: #85CACC;
}
</style>