Shades of Spray #85CDD0
Tints of Spray #85CDD0
RGB
CMYK
RGB Variations
Color information
#85CDD0 (or 0x85CDD0) is known color: Spray. HEX triplet: 85, CD and D0. RGB value is (133,205,208). Sum of RGB (Red+Green+Blue) = 133+205+208=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #85CDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDD0 is #7A322F. Grayscale: #B7B7B7. Windows color (decimal): -8008240 or 13684101. OLE color: 13684101.
HSL color Cylindrical-coordinate representation of color #85CDD0: hue angle of 182.4º 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 #85CDD0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 205 | 208 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.18 |
| HSL | 182.4º | 0.44% | 0.67% | - |
| HSV(B) | 182.4º | 0.36% | 0.82% | - |
| XYZ | 42.89 | 53.2 | 67.68 | - |
| YUV | 183.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 208 | 0.36 | 0.01 | 0 | 0.18 | 182.4 | 0.44 | 0.67 |
| Hex | 85 | CD | D0 | 24 | 1 | 0 | 12 | B6 | 2C | 43 |
| Octal | 205 | 315 | 320 | 44 | 1 | 0 | 22 | 266 | 54 | 103 |
| Binary | 10000101 | 11001101 | 11010000 | 100100 | 1 | 0 | 10010 | 10110110 | 101100 | 1000011 |
Color Harmonies of #85CDD0
Complementary color
Monochromatic Colors of #85CDD0
Black with #85CDD0
Text Example
Text Example
White with #85CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDD0; }
p { color: rgb(133,205,208); }
H1.HeaderClassName
{
color: #85CDD0;
}
.AnyTagClassName
{
color: #85CDD0;
}
</style>
background-color css
<style>
a { background-color: #85CDD0; }
a { background-color: rgb(133,205,208); }
div.DivClassName
{
background-color: #85CDD0;
}
.BgClassName
{
background-color: #85CDD0;
}
</style>
border-color css
<style>
span { border-color: #85CDD0; }
span { border-color: rgb(133,205,208); }
td.TdClassName
{
border-color: #85CDD0;
}
.TagClassName
{
border-color: #85CDD0;
}
</style>