Shades of Spray #85DADA
Tints of Spray #85DADA
RGB
CMYK
RGB Variations
Color information
#85DADA (or 0x85DADA) is known color: Spray. HEX triplet: 85, DA and DA. RGB value is (133,218,218). Sum of RGB (Red+Green+Blue) = 133+218+218=569 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.37% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #85DADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DADA is #7A2525. Grayscale: #C0C0C0. Windows color (decimal): -8004902 or 14342789. OLE color: 14342789.
HSL color Cylindrical-coordinate representation of color #85DADA: hue angle of 180º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DADA is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 218 | 218 | - |
| CMYK | 0.39 | 0 | 0 | 0.15 |
| HSL | 180º | 0.53% | 0.69% | - |
| HSV(B) | 180º | 0.39% | 0.85% | - |
| XYZ | 47.4 | 60.19 | 75.45 | - |
| YUV | 192.59 | 142.34 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 218 | 0.39 | 0 | 0 | 0.15 | 180 | 0.53 | 0.69 |
| Hex | 85 | DA | DA | 27 | 0 | 0 | F | B4 | 35 | 45 |
| Octal | 205 | 332 | 332 | 47 | 0 | 0 | 17 | 264 | 65 | 105 |
| Binary | 10000101 | 11011010 | 11011010 | 100111 | 0 | 0 | 1111 | 10110100 | 110101 | 1000101 |
Color Harmonies of #85DADA
Complementary color
Monochromatic Colors of #85DADA
Black with #85DADA
Text Example
Text Example
White with #85DADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DADA; }
p { color: rgb(133,218,218); }
H1.HeaderClassName
{
color: #85DADA;
}
.AnyTagClassName
{
color: #85DADA;
}
</style>
background-color css
<style>
a { background-color: #85DADA; }
a { background-color: rgb(133,218,218); }
div.DivClassName
{
background-color: #85DADA;
}
.BgClassName
{
background-color: #85DADA;
}
</style>
border-color css
<style>
span { border-color: #85DADA; }
span { border-color: rgb(133,218,218); }
td.TdClassName
{
border-color: #85DADA;
}
.TagClassName
{
border-color: #85DADA;
}
</style>