Shades of Spray #85CDDD
Tints of Spray #85CDDD
RGB
CMYK
RGB Variations
Color information
#85CDDD (or 0x85CDDD) is known color: Spray. HEX triplet: 85, CD and DD. RGB value is (133,205,221). Sum of RGB (Red+Green+Blue) = 133+205+221=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #85CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDDD is #7A3222. Grayscale: #B9B9B9. Windows color (decimal): -8008227 or 14536069. OLE color: 14536069.
HSL color Cylindrical-coordinate representation of color #85CDDD: hue angle of 190.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CDDD is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 205 | 221 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.13 |
| HSL | 190.91º | 0.56% | 0.69% | - |
| HSV(B) | 190.91º | 0.4% | 0.87% | - |
| XYZ | 44.56 | 53.87 | 76.46 | - |
| YUV | 185.3 | 148.15 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 221 | 0.40 | 0.07 | 0 | 0.13 | 190.91 | 0.56 | 0.69 |
| Hex | 85 | CD | DD | 28 | 7 | 0 | D | BF | 38 | 45 |
| Octal | 205 | 315 | 335 | 50 | 7 | 0 | 15 | 277 | 70 | 105 |
| Binary | 10000101 | 11001101 | 11011101 | 101000 | 111 | 0 | 1101 | 10111111 | 111000 | 1000101 |
Color Harmonies of #85CDDD
Complementary color
Monochromatic Colors of #85CDDD
Black with #85CDDD
Text Example
Text Example
White with #85CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDDD; }
p { color: rgb(133,205,221); }
H1.HeaderClassName
{
color: #85CDDD;
}
.AnyTagClassName
{
color: #85CDDD;
}
</style>
background-color css
<style>
a { background-color: #85CDDD; }
a { background-color: rgb(133,205,221); }
div.DivClassName
{
background-color: #85CDDD;
}
.BgClassName
{
background-color: #85CDDD;
}
</style>
border-color css
<style>
span { border-color: #85CDDD; }
span { border-color: rgb(133,205,221); }
td.TdClassName
{
border-color: #85CDDD;
}
.TagClassName
{
border-color: #85CDDD;
}
</style>