Shades of Spray #85CADF
Tints of Spray #85CADF
RGB
CMYK
RGB Variations
Color information
#85CADF (or 0x85CADF) is known color: Spray. HEX triplet: 85, CA and DF. RGB value is (133,202,223). Sum of RGB (Red+Green+Blue) = 133+202+223=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #85CADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CADF is #7A3520. Grayscale: #B7B7B7. Windows color (decimal): -8008993 or 14666373. OLE color: 14666373.
HSL color Cylindrical-coordinate representation of color #85CADF: hue angle of 194º 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 #85CADF is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 202 | 223 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.13 |
| HSL | 194º | 0.58% | 0.7% | - |
| HSV(B) | 194º | 0.4% | 0.87% | - |
| XYZ | 44.11 | 52.56 | 77.63 | - |
| YUV | 183.76 | 150.14 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 223 | 0.40 | 0.09 | 0 | 0.13 | 194 | 0.58 | 0.7 |
| Hex | 85 | CA | DF | 28 | 9 | 0 | D | C2 | 3A | 46 |
| Octal | 205 | 312 | 337 | 50 | 11 | 0 | 15 | 302 | 72 | 106 |
| Binary | 10000101 | 11001010 | 11011111 | 101000 | 1001 | 0 | 1101 | 11000010 | 111010 | 1000110 |
Color Harmonies of #85CADF
Complementary color
Monochromatic Colors of #85CADF
Black with #85CADF
Text Example
Text Example
White with #85CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CADF; }
p { color: rgb(133,202,223); }
H1.HeaderClassName
{
color: #85CADF;
}
.AnyTagClassName
{
color: #85CADF;
}
</style>
background-color css
<style>
a { background-color: #85CADF; }
a { background-color: rgb(133,202,223); }
div.DivClassName
{
background-color: #85CADF;
}
.BgClassName
{
background-color: #85CADF;
}
</style>
border-color css
<style>
span { border-color: #85CADF; }
span { border-color: rgb(133,202,223); }
td.TdClassName
{
border-color: #85CADF;
}
.TagClassName
{
border-color: #85CADF;
}
</style>