Shades of Spray #85DCDD
Tints of Spray #85DCDD
RGB
CMYK
RGB Variations
Color information
#85DCDD (or 0x85DCDD) is known color: Spray. HEX triplet: 85, DC and DD. RGB value is (133,220,221). Sum of RGB (Red+Green+Blue) = 133+220+221=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #85DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCDD is #7A2322. Grayscale: #C2C2C2. Windows color (decimal): -8004387 or 14539909. OLE color: 14539909.
HSL color Cylindrical-coordinate representation of color #85DCDD: hue angle of 180.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCDD is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 220 | 221 | - |
| CMYK | 0.40 | 0.00 | 0 | 0.13 |
| HSL | 180.68º | 0.56% | 0.69% | - |
| HSV(B) | 180.68º | 0.4% | 0.87% | - |
| XYZ | 48.32 | 61.39 | 77.71 | - |
| YUV | 194.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 221 | 0.40 | 0.00 | 0 | 0.13 | 180.68 | 0.56 | 0.69 |
| Hex | 85 | DC | DD | 28 | 0 | 0 | D | B5 | 38 | 45 |
| Octal | 205 | 334 | 335 | 50 | 0 | 0 | 15 | 265 | 70 | 105 |
| Binary | 10000101 | 11011100 | 11011101 | 101000 | 0 | 0 | 1101 | 10110101 | 111000 | 1000101 |
Color Harmonies of #85DCDD
Complementary color
Monochromatic Colors of #85DCDD
Black with #85DCDD
Text Example
Text Example
White with #85DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCDD; }
p { color: rgb(133,220,221); }
H1.HeaderClassName
{
color: #85DCDD;
}
.AnyTagClassName
{
color: #85DCDD;
}
</style>
background-color css
<style>
a { background-color: #85DCDD; }
a { background-color: rgb(133,220,221); }
div.DivClassName
{
background-color: #85DCDD;
}
.BgClassName
{
background-color: #85DCDD;
}
</style>
border-color css
<style>
span { border-color: #85DCDD; }
span { border-color: rgb(133,220,221); }
td.TdClassName
{
border-color: #85DCDD;
}
.TagClassName
{
border-color: #85DCDD;
}
</style>