Shades of Spray #85C4CC
Tints of Spray #85C4CC
RGB
CMYK
RGB Variations
Color information
#85C4CC (or 0x85C4CC) is known color: Spray. HEX triplet: 85, C4 and CC. RGB value is (133,196,204). Sum of RGB (Red+Green+Blue) = 133+196+204=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #85C4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C4CC is #7A3B33. Grayscale: #B1B1B1. Windows color (decimal): -8010548 or 13419653. OLE color: 13419653.
HSL color Cylindrical-coordinate representation of color #85C4CC: hue angle of 186.76º 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 #85C4CC is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 196 | 204 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.2 |
| HSL | 186.76º | 0.41% | 0.66% | - |
| HSV(B) | 186.76º | 0.35% | 0.8% | - |
| XYZ | 40.31 | 48.83 | 64.43 | - |
| YUV | 178.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 204 | 0.35 | 0.04 | 0 | 0.2 | 186.76 | 0.41 | 0.66 |
| Hex | 85 | C4 | CC | 23 | 4 | 0 | 14 | BB | 29 | 42 |
| Octal | 205 | 304 | 314 | 43 | 4 | 0 | 24 | 273 | 51 | 102 |
| Binary | 10000101 | 11000100 | 11001100 | 100011 | 100 | 0 | 10100 | 10111011 | 101001 | 1000010 |
Color Harmonies of #85C4CC
Complementary color
Monochromatic Colors of #85C4CC
Black with #85C4CC
Text Example
Text Example
White with #85C4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C4CC; }
p { color: rgb(133,196,204); }
H1.HeaderClassName
{
color: #85C4CC;
}
.AnyTagClassName
{
color: #85C4CC;
}
</style>
background-color css
<style>
a { background-color: #85C4CC; }
a { background-color: rgb(133,196,204); }
div.DivClassName
{
background-color: #85C4CC;
}
.BgClassName
{
background-color: #85C4CC;
}
</style>
border-color css
<style>
span { border-color: #85C4CC; }
span { border-color: rgb(133,196,204); }
td.TdClassName
{
border-color: #85C4CC;
}
.TagClassName
{
border-color: #85C4CC;
}
</style>