Shades of Spray #85C7CB
Tints of Spray #85C7CB
RGB
CMYK
RGB Variations
Color information
#85C7CB (or 0x85C7CB) is known color: Spray. HEX triplet: 85, C7 and CB. RGB value is (133,199,203). Sum of RGB (Red+Green+Blue) = 133+199+203=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #85C7CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C7CB is #7A3834. Grayscale: #B3B3B3. Windows color (decimal): -8009781 or 13354885. OLE color: 13354885.
HSL color Cylindrical-coordinate representation of color #85C7CB: hue angle of 183.43º 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 #85C7CB is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 199 | 203 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.20 |
| HSL | 183.43º | 0.4% | 0.66% | - |
| HSV(B) | 183.43º | 0.34% | 0.8% | - |
| XYZ | 40.88 | 50.15 | 64.02 | - |
| YUV | 179.72 | 141.13 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 203 | 0.34 | 0.02 | 0 | 0.20 | 183.43 | 0.4 | 0.66 |
| Hex | 85 | C7 | CB | 22 | 2 | 0 | 14 | B7 | 28 | 42 |
| Octal | 205 | 307 | 313 | 42 | 2 | 0 | 24 | 267 | 50 | 102 |
| Binary | 10000101 | 11000111 | 11001011 | 100010 | 10 | 0 | 10100 | 10110111 | 101000 | 1000010 |
Color Harmonies of #85C7CB
Complementary color
Monochromatic Colors of #85C7CB
Black with #85C7CB
Text Example
Text Example
White with #85C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C7CB; }
p { color: rgb(133,199,203); }
H1.HeaderClassName
{
color: #85C7CB;
}
.AnyTagClassName
{
color: #85C7CB;
}
</style>
background-color css
<style>
a { background-color: #85C7CB; }
a { background-color: rgb(133,199,203); }
div.DivClassName
{
background-color: #85C7CB;
}
.BgClassName
{
background-color: #85C7CB;
}
</style>
border-color css
<style>
span { border-color: #85C7CB; }
span { border-color: rgb(133,199,203); }
td.TdClassName
{
border-color: #85C7CB;
}
.TagClassName
{
border-color: #85C7CB;
}
</style>