Shades of Spray #85C3DC
Tints of Spray #85C3DC
RGB
CMYK
RGB Variations
Color information
#85C3DC (or 0x85C3DC) is known color: Spray. HEX triplet: 85, C3 and DC. RGB value is (133,195,220). Sum of RGB (Red+Green+Blue) = 133+195+220=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C3DC is #7A3C23. Grayscale: #B3B3B3. Windows color (decimal): -8010788 or 14467973. OLE color: 14467973.
HSL color Cylindrical-coordinate representation of color #85C3DC: hue angle of 197.24º 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 #85C3DC is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 195 | 220 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.14 |
| HSL | 197.24º | 0.55% | 0.69% | - |
| HSV(B) | 197.24º | 0.4% | 0.86% | - |
| XYZ | 42.11 | 49.18 | 74.98 | - |
| YUV | 179.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 220 | 0.40 | 0.11 | 0 | 0.14 | 197.24 | 0.55 | 0.69 |
| Hex | 85 | C3 | DC | 28 | B | 0 | E | C5 | 37 | 45 |
| Octal | 205 | 303 | 334 | 50 | 13 | 0 | 16 | 305 | 67 | 105 |
| Binary | 10000101 | 11000011 | 11011100 | 101000 | 1011 | 0 | 1110 | 11000101 | 110111 | 1000101 |
Color Harmonies of #85C3DC
Complementary color
Monochromatic Colors of #85C3DC
Black with #85C3DC
Text Example
Text Example
White with #85C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C3DC; }
p { color: rgb(133,195,220); }
H1.HeaderClassName
{
color: #85C3DC;
}
.AnyTagClassName
{
color: #85C3DC;
}
</style>
background-color css
<style>
a { background-color: #85C3DC; }
a { background-color: rgb(133,195,220); }
div.DivClassName
{
background-color: #85C3DC;
}
.BgClassName
{
background-color: #85C3DC;
}
</style>
border-color css
<style>
span { border-color: #85C3DC; }
span { border-color: rgb(133,195,220); }
td.TdClassName
{
border-color: #85C3DC;
}
.TagClassName
{
border-color: #85C3DC;
}
</style>