Shades of Spray #85CACE
Tints of Spray #85CACE
RGB
CMYK
RGB Variations
Color information
#85CACE (or 0x85CACE) is known color: Spray. HEX triplet: 85, CA and CE. RGB value is (133,202,206). Sum of RGB (Red+Green+Blue) = 133+202+206=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #85CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CACE is #7A3531. Grayscale: #B5B5B5. Windows color (decimal): -8009010 or 13552261. OLE color: 13552261.
HSL color Cylindrical-coordinate representation of color #85CACE: hue angle of 183.29º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CACE is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 202 | 206 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.19 |
| HSL | 183.29º | 0.43% | 0.66% | - |
| HSV(B) | 183.29º | 0.35% | 0.81% | - |
| XYZ | 41.93 | 51.68 | 66.16 | - |
| YUV | 181.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 206 | 0.35 | 0.02 | 0 | 0.19 | 183.29 | 0.43 | 0.66 |
| Hex | 85 | CA | CE | 23 | 2 | 0 | 13 | B7 | 2B | 42 |
| Octal | 205 | 312 | 316 | 43 | 2 | 0 | 23 | 267 | 53 | 102 |
| Binary | 10000101 | 11001010 | 11001110 | 100011 | 10 | 0 | 10011 | 10110111 | 101011 | 1000010 |
Color Harmonies of #85CACE
Complementary color
Monochromatic Colors of #85CACE
Black with #85CACE
Text Example
Text Example
White with #85CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CACE; }
p { color: rgb(133,202,206); }
H1.HeaderClassName
{
color: #85CACE;
}
.AnyTagClassName
{
color: #85CACE;
}
</style>
background-color css
<style>
a { background-color: #85CACE; }
a { background-color: rgb(133,202,206); }
div.DivClassName
{
background-color: #85CACE;
}
.BgClassName
{
background-color: #85CACE;
}
</style>
border-color css
<style>
span { border-color: #85CACE; }
span { border-color: rgb(133,202,206); }
td.TdClassName
{
border-color: #85CACE;
}
.TagClassName
{
border-color: #85CACE;
}
</style>