Shades of Spray #85C6CC
Tints of Spray #85C6CC
RGB
CMYK
RGB Variations
Color information
#85C6CC (or 0x85C6CC) is known color: Spray. HEX triplet: 85, C6 and CC. RGB value is (133,198,204). Sum of RGB (Red+Green+Blue) = 133+198+204=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #85C6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C6CC is #7A3933. Grayscale: #B3B3B3. Windows color (decimal): -8010036 or 13420165. OLE color: 13420165.
HSL color Cylindrical-coordinate representation of color #85C6CC: hue angle of 185.07º 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 #85C6CC is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 198 | 204 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.2 |
| HSL | 185.07º | 0.41% | 0.66% | - |
| HSV(B) | 185.07º | 0.35% | 0.8% | - |
| XYZ | 40.77 | 49.73 | 64.58 | - |
| YUV | 179.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 204 | 0.35 | 0.03 | 0 | 0.2 | 185.07 | 0.41 | 0.66 |
| Hex | 85 | C6 | CC | 23 | 3 | 0 | 14 | B9 | 29 | 42 |
| Octal | 205 | 306 | 314 | 43 | 3 | 0 | 24 | 271 | 51 | 102 |
| Binary | 10000101 | 11000110 | 11001100 | 100011 | 11 | 0 | 10100 | 10111001 | 101001 | 1000010 |
Color Harmonies of #85C6CC
Complementary color
Monochromatic Colors of #85C6CC
Black with #85C6CC
Text Example
Text Example
White with #85C6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C6CC; }
p { color: rgb(133,198,204); }
H1.HeaderClassName
{
color: #85C6CC;
}
.AnyTagClassName
{
color: #85C6CC;
}
</style>
background-color css
<style>
a { background-color: #85C6CC; }
a { background-color: rgb(133,198,204); }
div.DivClassName
{
background-color: #85C6CC;
}
.BgClassName
{
background-color: #85C6CC;
}
</style>
border-color css
<style>
span { border-color: #85C6CC; }
span { border-color: rgb(133,198,204); }
td.TdClassName
{
border-color: #85C6CC;
}
.TagClassName
{
border-color: #85C6CC;
}
</style>