Shades of Spray #85DDDF
Tints of Spray #85DDDF
RGB
CMYK
RGB Variations
Color information
#85DDDF (or 0x85DDDF) is known color: Spray. HEX triplet: 85, DD and DF. RGB value is (133,221,223). Sum of RGB (Red+Green+Blue) = 133+221+223=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #85DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDDF is #7A2220. Grayscale: #C2C2C2. Windows color (decimal): -8004129 or 14671237. OLE color: 14671237.
HSL color Cylindrical-coordinate representation of color #85DDDF: hue angle of 181.33º 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 #85DDDF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 223 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.13 |
| HSL | 181.33º | 0.58% | 0.7% | - |
| HSV(B) | 181.33º | 0.4% | 0.87% | - |
| XYZ | 48.85 | 62.03 | 79.21 | - |
| YUV | 194.92 | 143.85 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 223 | 0.40 | 0.01 | 0 | 0.13 | 181.33 | 0.58 | 0.7 |
| Hex | 85 | DD | DF | 28 | 1 | 0 | D | B5 | 3A | 46 |
| Octal | 205 | 335 | 337 | 50 | 1 | 0 | 15 | 265 | 72 | 106 |
| Binary | 10000101 | 11011101 | 11011111 | 101000 | 1 | 0 | 1101 | 10110101 | 111010 | 1000110 |
Color Harmonies of #85DDDF
Complementary color
Monochromatic Colors of #85DDDF
Black with #85DDDF
Text Example
Text Example
White with #85DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDDF; }
p { color: rgb(133,221,223); }
H1.HeaderClassName
{
color: #85DDDF;
}
.AnyTagClassName
{
color: #85DDDF;
}
</style>
background-color css
<style>
a { background-color: #85DDDF; }
a { background-color: rgb(133,221,223); }
div.DivClassName
{
background-color: #85DDDF;
}
.BgClassName
{
background-color: #85DDDF;
}
</style>
border-color css
<style>
span { border-color: #85DDDF; }
span { border-color: rgb(133,221,223); }
td.TdClassName
{
border-color: #85DDDF;
}
.TagClassName
{
border-color: #85DDDF;
}
</style>