Shades of Spray #85CDDF
Tints of Spray #85CDDF
RGB
CMYK
RGB Variations
Color information
#85CDDF (or 0x85CDDF) is known color: Spray. HEX triplet: 85, CD and DF. RGB value is (133,205,223). Sum of RGB (Red+Green+Blue) = 133+205+223=561 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.71% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDDF is #7A3220. Grayscale: #B9B9B9. Windows color (decimal): -8008225 or 14667141. OLE color: 14667141.
HSL color Cylindrical-coordinate representation of color #85CDDF: hue angle of 192º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CDDF is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 205 | 223 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.13 |
| HSL | 192º | 0.58% | 0.7% | - |
| HSV(B) | 192º | 0.4% | 0.87% | - |
| XYZ | 44.82 | 53.98 | 77.87 | - |
| YUV | 185.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 223 | 0.40 | 0.08 | 0 | 0.13 | 192 | 0.58 | 0.7 |
| Hex | 85 | CD | DF | 28 | 8 | 0 | D | C0 | 3A | 46 |
| Octal | 205 | 315 | 337 | 50 | 10 | 0 | 15 | 300 | 72 | 106 |
| Binary | 10000101 | 11001101 | 11011111 | 101000 | 1000 | 0 | 1101 | 11000000 | 111010 | 1000110 |
Color Harmonies of #85CDDF
Complementary color
Monochromatic Colors of #85CDDF
Black with #85CDDF
Text Example
Text Example
White with #85CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDDF; }
p { color: rgb(133,205,223); }
H1.HeaderClassName
{
color: #85CDDF;
}
.AnyTagClassName
{
color: #85CDDF;
}
</style>
background-color css
<style>
a { background-color: #85CDDF; }
a { background-color: rgb(133,205,223); }
div.DivClassName
{
background-color: #85CDDF;
}
.BgClassName
{
background-color: #85CDDF;
}
</style>
border-color css
<style>
span { border-color: #85CDDF; }
span { border-color: rgb(133,205,223); }
td.TdClassName
{
border-color: #85CDDF;
}
.TagClassName
{
border-color: #85CDDF;
}
</style>