Shades of Spray #85DCDF
Tints of Spray #85DCDF
RGB
CMYK
RGB Variations
Color information
#85DCDF (or 0x85DCDF) is known color: Spray. HEX triplet: 85, DC and DF. RGB value is (133,220,223). Sum of RGB (Red+Green+Blue) = 133+220+223=576 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.09% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #85DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCDF is #7A2320. Grayscale: #C2C2C2. Windows color (decimal): -8004385 or 14670981. OLE color: 14670981.
HSL color Cylindrical-coordinate representation of color #85DCDF: hue angle of 182º 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 #85DCDF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 220 | 223 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.13 |
| HSL | 182º | 0.58% | 0.7% | - |
| HSV(B) | 182º | 0.4% | 0.87% | - |
| XYZ | 48.59 | 61.5 | 79.12 | - |
| YUV | 194.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 223 | 0.40 | 0.01 | 0 | 0.13 | 182 | 0.58 | 0.7 |
| Hex | 85 | DC | DF | 28 | 1 | 0 | D | B6 | 3A | 46 |
| Octal | 205 | 334 | 337 | 50 | 1 | 0 | 15 | 266 | 72 | 106 |
| Binary | 10000101 | 11011100 | 11011111 | 101000 | 1 | 0 | 1101 | 10110110 | 111010 | 1000110 |
Color Harmonies of #85DCDF
Complementary color
Monochromatic Colors of #85DCDF
Black with #85DCDF
Text Example
Text Example
White with #85DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCDF; }
p { color: rgb(133,220,223); }
H1.HeaderClassName
{
color: #85DCDF;
}
.AnyTagClassName
{
color: #85DCDF;
}
</style>
background-color css
<style>
a { background-color: #85DCDF; }
a { background-color: rgb(133,220,223); }
div.DivClassName
{
background-color: #85DCDF;
}
.BgClassName
{
background-color: #85DCDF;
}
</style>
border-color css
<style>
span { border-color: #85DCDF; }
span { border-color: rgb(133,220,223); }
td.TdClassName
{
border-color: #85DCDF;
}
.TagClassName
{
border-color: #85DCDF;
}
</style>