Shades of Spray #85DADB
Tints of Spray #85DADB
RGB
CMYK
RGB Variations
Color information
#85DADB (or 0x85DADB) is known color: Spray. HEX triplet: 85, DA and DB. RGB value is (133,218,219). Sum of RGB (Red+Green+Blue) = 133+218+219=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #85DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DADB is #7A2524. Grayscale: #C0C0C0. Windows color (decimal): -8004901 or 14408325. OLE color: 14408325.
HSL color Cylindrical-coordinate representation of color #85DADB: hue angle of 180.7º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DADB is Cyan = 0.39, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 218 | 219 | - |
| CMYK | 0.39 | 0.00 | 0 | 0.14 |
| HSL | 180.7º | 0.54% | 0.69% | - |
| HSV(B) | 180.7º | 0.39% | 0.86% | - |
| XYZ | 47.53 | 60.24 | 76.14 | - |
| YUV | 192.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 218 | 219 | 0.39 | 0.00 | 0 | 0.14 | 180.7 | 0.54 | 0.69 |
| Hex | 85 | DA | DB | 27 | 0 | 0 | E | B5 | 36 | 45 |
| Octal | 205 | 332 | 333 | 47 | 0 | 0 | 16 | 265 | 66 | 105 |
| Binary | 10000101 | 11011010 | 11011011 | 100111 | 0 | 0 | 1110 | 10110101 | 110110 | 1000101 |
Color Harmonies of #85DADB
Complementary color
Monochromatic Colors of #85DADB
Black with #85DADB
Text Example
Text Example
White with #85DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DADB; }
p { color: rgb(133,218,219); }
H1.HeaderClassName
{
color: #85DADB;
}
.AnyTagClassName
{
color: #85DADB;
}
</style>
background-color css
<style>
a { background-color: #85DADB; }
a { background-color: rgb(133,218,219); }
div.DivClassName
{
background-color: #85DADB;
}
.BgClassName
{
background-color: #85DADB;
}
</style>
border-color css
<style>
span { border-color: #85DADB; }
span { border-color: rgb(133,218,219); }
td.TdClassName
{
border-color: #85DADB;
}
.TagClassName
{
border-color: #85DADB;
}
</style>