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