Shades of Spray #85CED0
Tints of Spray #85CED0
RGB
CMYK
RGB Variations
Color information
#85CED0 (or 0x85CED0) is known color: Spray. HEX triplet: 85, CE and D0. RGB value is (133,206,208). Sum of RGB (Red+Green+Blue) = 133+206+208=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #85CED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CED0 is #7A312F. Grayscale: #B8B8B8. Windows color (decimal): -8007984 or 13684357. OLE color: 13684357.
HSL color Cylindrical-coordinate representation of color #85CED0: hue angle of 181.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CED0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 206 | 208 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.18 |
| HSL | 181.6º | 0.44% | 0.67% | - |
| HSV(B) | 181.6º | 0.36% | 0.82% | - |
| XYZ | 43.13 | 53.68 | 67.76 | - |
| YUV | 184.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 208 | 0.36 | 0.01 | 0 | 0.18 | 181.6 | 0.44 | 0.67 |
| Hex | 85 | CE | D0 | 24 | 1 | 0 | 12 | B6 | 2C | 43 |
| Octal | 205 | 316 | 320 | 44 | 1 | 0 | 22 | 266 | 54 | 103 |
| Binary | 10000101 | 11001110 | 11010000 | 100100 | 1 | 0 | 10010 | 10110110 | 101100 | 1000011 |
Color Harmonies of #85CED0
Complementary color
Monochromatic Colors of #85CED0
Black with #85CED0
Text Example
Text Example
White with #85CED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CED0; }
p { color: rgb(133,206,208); }
H1.HeaderClassName
{
color: #85CED0;
}
.AnyTagClassName
{
color: #85CED0;
}
</style>
background-color css
<style>
a { background-color: #85CED0; }
a { background-color: rgb(133,206,208); }
div.DivClassName
{
background-color: #85CED0;
}
.BgClassName
{
background-color: #85CED0;
}
</style>
border-color css
<style>
span { border-color: #85CED0; }
span { border-color: rgb(133,206,208); }
td.TdClassName
{
border-color: #85CED0;
}
.TagClassName
{
border-color: #85CED0;
}
</style>