Shades of Spray #85C6CB
Tints of Spray #85C6CB
RGB
CMYK
RGB Variations
Color information
#85C6CB (or 0x85C6CB) is known color: Spray. HEX triplet: 85, C6 and CB. RGB value is (133,198,203). Sum of RGB (Red+Green+Blue) = 133+198+203=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #85C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C6CB is #7A3934. Grayscale: #B3B3B3. Windows color (decimal): -8010037 or 13354629. OLE color: 13354629.
HSL color Cylindrical-coordinate representation of color #85C6CB: hue angle of 184.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C6CB is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 198 | 203 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.20 |
| HSL | 184.29º | 0.4% | 0.66% | - |
| HSV(B) | 184.29º | 0.34% | 0.8% | - |
| XYZ | 40.65 | 49.69 | 63.95 | - |
| YUV | 179.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 203 | 0.34 | 0.02 | 0 | 0.20 | 184.29 | 0.4 | 0.66 |
| Hex | 85 | C6 | CB | 22 | 2 | 0 | 14 | B8 | 28 | 42 |
| Octal | 205 | 306 | 313 | 42 | 2 | 0 | 24 | 270 | 50 | 102 |
| Binary | 10000101 | 11000110 | 11001011 | 100010 | 10 | 0 | 10100 | 10111000 | 101000 | 1000010 |
Color Harmonies of #85C6CB
Complementary color
Monochromatic Colors of #85C6CB
Black with #85C6CB
Text Example
Text Example
White with #85C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C6CB; }
p { color: rgb(133,198,203); }
H1.HeaderClassName
{
color: #85C6CB;
}
.AnyTagClassName
{
color: #85C6CB;
}
</style>
background-color css
<style>
a { background-color: #85C6CB; }
a { background-color: rgb(133,198,203); }
div.DivClassName
{
background-color: #85C6CB;
}
.BgClassName
{
background-color: #85C6CB;
}
</style>
border-color css
<style>
span { border-color: #85C6CB; }
span { border-color: rgb(133,198,203); }
td.TdClassName
{
border-color: #85C6CB;
}
.TagClassName
{
border-color: #85C6CB;
}
</style>