Shades of Spray #85DFDF
Tints of Spray #85DFDF
RGB
CMYK
RGB Variations
Color information
#85DFDF (or 0x85DFDF) is known color: Spray. HEX triplet: 85, DF and DF. RGB value is (133,223,223). Sum of RGB (Red+Green+Blue) = 133+223+223=579 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.97% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #85DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFDF is #7A2020. Grayscale: #C4C4C4. Windows color (decimal): -8003617 or 14671749. OLE color: 14671749.
HSL color Cylindrical-coordinate representation of color #85DFDF: hue angle of 180º 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 #85DFDF is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 223 | - |
| CMYK | 0.40 | 0 | 0 | 0.13 |
| HSL | 180º | 0.58% | 0.7% | - |
| HSV(B) | 180º | 0.4% | 0.87% | - |
| XYZ | 49.38 | 63.09 | 79.39 | - |
| YUV | 196.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 223 | 0.40 | 0 | 0 | 0.13 | 180 | 0.58 | 0.7 |
| Hex | 85 | DF | DF | 28 | 0 | 0 | D | B4 | 3A | 46 |
| Octal | 205 | 337 | 337 | 50 | 0 | 0 | 15 | 264 | 72 | 106 |
| Binary | 10000101 | 11011111 | 11011111 | 101000 | 0 | 0 | 1101 | 10110100 | 111010 | 1000110 |
Color Harmonies of #85DFDF
Complementary color
Monochromatic Colors of #85DFDF
Black with #85DFDF
Text Example
Text Example
White with #85DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFDF; }
p { color: rgb(133,223,223); }
H1.HeaderClassName
{
color: #85DFDF;
}
.AnyTagClassName
{
color: #85DFDF;
}
</style>
background-color css
<style>
a { background-color: #85DFDF; }
a { background-color: rgb(133,223,223); }
div.DivClassName
{
background-color: #85DFDF;
}
.BgClassName
{
background-color: #85DFDF;
}
</style>
border-color css
<style>
span { border-color: #85DFDF; }
span { border-color: rgb(133,223,223); }
td.TdClassName
{
border-color: #85DFDF;
}
.TagClassName
{
border-color: #85DFDF;
}
</style>