Shades of Spray #85C1DC
Tints of Spray #85C1DC
RGB
CMYK
RGB Variations
Color information
#85C1DC (or 0x85C1DC) is known color: Spray. HEX triplet: 85, C1 and DC. RGB value is (133,193,220). Sum of RGB (Red+Green+Blue) = 133+193+220=546 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.36% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #85C1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C1DC is #7A3E23. Grayscale: #B1B1B1. Windows color (decimal): -8011300 or 14467461. OLE color: 14467461.
HSL color Cylindrical-coordinate representation of color #85C1DC: hue angle of 198.62º 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 #85C1DC is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 193 | 220 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.14 |
| HSL | 198.62º | 0.55% | 0.69% | - |
| HSV(B) | 198.62º | 0.4% | 0.86% | - |
| XYZ | 41.66 | 48.29 | 74.84 | - |
| YUV | 178.14 | 151.62 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 220 | 0.40 | 0.12 | 0 | 0.14 | 198.62 | 0.55 | 0.69 |
| Hex | 85 | C1 | DC | 28 | C | 0 | E | C7 | 37 | 45 |
| Octal | 205 | 301 | 334 | 50 | 14 | 0 | 16 | 307 | 67 | 105 |
| Binary | 10000101 | 11000001 | 11011100 | 101000 | 1100 | 0 | 1110 | 11000111 | 110111 | 1000101 |
Color Harmonies of #85C1DC
Complementary color
Monochromatic Colors of #85C1DC
Black with #85C1DC
Text Example
Text Example
White with #85C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C1DC; }
p { color: rgb(133,193,220); }
H1.HeaderClassName
{
color: #85C1DC;
}
.AnyTagClassName
{
color: #85C1DC;
}
</style>
background-color css
<style>
a { background-color: #85C1DC; }
a { background-color: rgb(133,193,220); }
div.DivClassName
{
background-color: #85C1DC;
}
.BgClassName
{
background-color: #85C1DC;
}
</style>
border-color css
<style>
span { border-color: #85C1DC; }
span { border-color: rgb(133,193,220); }
td.TdClassName
{
border-color: #85C1DC;
}
.TagClassName
{
border-color: #85C1DC;
}
</style>