Shades of Spray #85C8CE
Tints of Spray #85C8CE
RGB
CMYK
RGB Variations
Color information
#85C8CE (or 0x85C8CE) is known color: Spray. HEX triplet: 85, C8 and CE. RGB value is (133,200,206). Sum of RGB (Red+Green+Blue) = 133+200+206=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #85C8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C8CE is #7A3731. Grayscale: #B4B4B4. Windows color (decimal): -8009522 or 13551749. OLE color: 13551749.
HSL color Cylindrical-coordinate representation of color #85C8CE: hue angle of 184.93º 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 #85C8CE is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 200 | 206 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.19 |
| HSL | 184.93º | 0.43% | 0.66% | - |
| HSV(B) | 184.93º | 0.35% | 0.81% | - |
| XYZ | 41.47 | 50.75 | 66 | - |
| YUV | 180.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 200 | 206 | 0.35 | 0.03 | 0 | 0.19 | 184.93 | 0.43 | 0.66 |
| Hex | 85 | C8 | CE | 23 | 3 | 0 | 13 | B9 | 2B | 42 |
| Octal | 205 | 310 | 316 | 43 | 3 | 0 | 23 | 271 | 53 | 102 |
| Binary | 10000101 | 11001000 | 11001110 | 100011 | 11 | 0 | 10011 | 10111001 | 101011 | 1000010 |
Color Harmonies of #85C8CE
Complementary color
Monochromatic Colors of #85C8CE
Black with #85C8CE
Text Example
Text Example
White with #85C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C8CE; }
p { color: rgb(133,200,206); }
H1.HeaderClassName
{
color: #85C8CE;
}
.AnyTagClassName
{
color: #85C8CE;
}
</style>
background-color css
<style>
a { background-color: #85C8CE; }
a { background-color: rgb(133,200,206); }
div.DivClassName
{
background-color: #85C8CE;
}
.BgClassName
{
background-color: #85C8CE;
}
</style>
border-color css
<style>
span { border-color: #85C8CE; }
span { border-color: rgb(133,200,206); }
td.TdClassName
{
border-color: #85C8CE;
}
.TagClassName
{
border-color: #85C8CE;
}
</style>