Shades of Spray #85CADC
Tints of Spray #85CADC
RGB
CMYK
RGB Variations
Color information
#85CADC (or 0x85CADC) is known color: Spray. HEX triplet: 85, CA and DC. RGB value is (133,202,220). Sum of RGB (Red+Green+Blue) = 133+202+220=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CADC is #7A3523. Grayscale: #B7B7B7. Windows color (decimal): -8008996 or 14469765. OLE color: 14469765.
HSL color Cylindrical-coordinate representation of color #85CADC: hue angle of 192.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CADC is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 202 | 220 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.14 |
| HSL | 192.41º | 0.55% | 0.69% | - |
| HSV(B) | 192.41º | 0.4% | 0.86% | - |
| XYZ | 43.71 | 52.39 | 75.52 | - |
| YUV | 183.42 | 148.64 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 220 | 0.40 | 0.08 | 0 | 0.14 | 192.41 | 0.55 | 0.69 |
| Hex | 85 | CA | DC | 28 | 8 | 0 | E | C0 | 37 | 45 |
| Octal | 205 | 312 | 334 | 50 | 10 | 0 | 16 | 300 | 67 | 105 |
| Binary | 10000101 | 11001010 | 11011100 | 101000 | 1000 | 0 | 1110 | 11000000 | 110111 | 1000101 |
Color Harmonies of #85CADC
Complementary color
Monochromatic Colors of #85CADC
Black with #85CADC
Text Example
Text Example
White with #85CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CADC; }
p { color: rgb(133,202,220); }
H1.HeaderClassName
{
color: #85CADC;
}
.AnyTagClassName
{
color: #85CADC;
}
</style>
background-color css
<style>
a { background-color: #85CADC; }
a { background-color: rgb(133,202,220); }
div.DivClassName
{
background-color: #85CADC;
}
.BgClassName
{
background-color: #85CADC;
}
</style>
border-color css
<style>
span { border-color: #85CADC; }
span { border-color: rgb(133,202,220); }
td.TdClassName
{
border-color: #85CADC;
}
.TagClassName
{
border-color: #85CADC;
}
</style>