Shades of Spray #85CADD
Tints of Spray #85CADD
RGB
CMYK
RGB Variations
Color information
#85CADD (or 0x85CADD) is known color: Spray. HEX triplet: 85, CA and DD. RGB value is (133,202,221). Sum of RGB (Red+Green+Blue) = 133+202+221=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #85CADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CADD is #7A3522. Grayscale: #B7B7B7. Windows color (decimal): -8008995 or 14535301. OLE color: 14535301.
HSL color Cylindrical-coordinate representation of color #85CADD: hue angle of 192.95º 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 #85CADD is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 202 | 221 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.13 |
| HSL | 192.95º | 0.56% | 0.69% | - |
| HSV(B) | 192.95º | 0.4% | 0.87% | - |
| XYZ | 43.84 | 52.45 | 76.22 | - |
| YUV | 183.54 | 149.14 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 221 | 0.40 | 0.09 | 0 | 0.13 | 192.95 | 0.56 | 0.69 |
| Hex | 85 | CA | DD | 28 | 9 | 0 | D | C1 | 38 | 45 |
| Octal | 205 | 312 | 335 | 50 | 11 | 0 | 15 | 301 | 70 | 105 |
| Binary | 10000101 | 11001010 | 11011101 | 101000 | 1001 | 0 | 1101 | 11000001 | 111000 | 1000101 |
Color Harmonies of #85CADD
Complementary color
Monochromatic Colors of #85CADD
Black with #85CADD
Text Example
Text Example
White with #85CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CADD; }
p { color: rgb(133,202,221); }
H1.HeaderClassName
{
color: #85CADD;
}
.AnyTagClassName
{
color: #85CADD;
}
</style>
background-color css
<style>
a { background-color: #85CADD; }
a { background-color: rgb(133,202,221); }
div.DivClassName
{
background-color: #85CADD;
}
.BgClassName
{
background-color: #85CADD;
}
</style>
border-color css
<style>
span { border-color: #85CADD; }
span { border-color: rgb(133,202,221); }
td.TdClassName
{
border-color: #85CADD;
}
.TagClassName
{
border-color: #85CADD;
}
</style>