Shades of Spray #85CDD7
Tints of Spray #85CDD7
RGB
CMYK
RGB Variations
Color information
#85CDD7 (or 0x85CDD7) is known color: Spray. HEX triplet: 85, CD and D7. RGB value is (133,205,215). Sum of RGB (Red+Green+Blue) = 133+205+215=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #85CDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDD7 is #7A3228. Grayscale: #B8B8B8. Windows color (decimal): -8008233 or 14142853. OLE color: 14142853.
HSL color Cylindrical-coordinate representation of color #85CDD7: hue angle of 187.32º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CDD7 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 205 | 215 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.16 |
| HSL | 187.32º | 0.51% | 0.68% | - |
| HSV(B) | 187.32º | 0.38% | 0.84% | - |
| XYZ | 43.77 | 53.56 | 72.32 | - |
| YUV | 184.61 | 145.15 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 215 | 0.38 | 0.05 | 0 | 0.16 | 187.32 | 0.51 | 0.68 |
| Hex | 85 | CD | D7 | 26 | 5 | 0 | 10 | BB | 33 | 44 |
| Octal | 205 | 315 | 327 | 46 | 5 | 0 | 20 | 273 | 63 | 104 |
| Binary | 10000101 | 11001101 | 11010111 | 100110 | 101 | 0 | 10000 | 10111011 | 110011 | 1000100 |
Color Harmonies of #85CDD7
Complementary color
Monochromatic Colors of #85CDD7
Black with #85CDD7
Text Example
Text Example
White with #85CDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDD7; }
p { color: rgb(133,205,215); }
H1.HeaderClassName
{
color: #85CDD7;
}
.AnyTagClassName
{
color: #85CDD7;
}
</style>
background-color css
<style>
a { background-color: #85CDD7; }
a { background-color: rgb(133,205,215); }
div.DivClassName
{
background-color: #85CDD7;
}
.BgClassName
{
background-color: #85CDD7;
}
</style>
border-color css
<style>
span { border-color: #85CDD7; }
span { border-color: rgb(133,205,215); }
td.TdClassName
{
border-color: #85CDD7;
}
.TagClassName
{
border-color: #85CDD7;
}
</style>