Shades of Spray #85DBDA
Tints of Spray #85DBDA
RGB
CMYK
RGB Variations
Color information
#85DBDA (or 0x85DBDA) is known color: Spray. HEX triplet: 85, DB and DA. RGB value is (133,219,218). Sum of RGB (Red+Green+Blue) = 133+219+218=570 (75% of max value = 765). Red value is 133 (52.34% from 255 or 23.33% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBDA is #7A2425. Grayscale: #C1C1C1. Windows color (decimal): -8004646 or 14343045. OLE color: 14343045.
HSL color Cylindrical-coordinate representation of color #85DBDA: hue angle of 179.3º 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 #85DBDA is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 218 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.14 |
| HSL | 179.3º | 0.54% | 0.69% | - |
| HSV(B) | 179.3º | 0.39% | 0.86% | - |
| XYZ | 47.66 | 60.71 | 75.54 | - |
| YUV | 193.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 218 | 0.39 | 0 | 0.00 | 0.14 | 179.3 | 0.54 | 0.69 |
| Hex | 85 | DB | DA | 27 | 0 | 0 | E | B3 | 36 | 45 |
| Octal | 205 | 333 | 332 | 47 | 0 | 0 | 16 | 263 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11011010 | 100111 | 0 | 0 | 1110 | 10110011 | 110110 | 1000101 |
Color Harmonies of #85DBDA
Complementary color
Monochromatic Colors of #85DBDA
Black with #85DBDA
Text Example
Text Example
White with #85DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBDA; }
p { color: rgb(133,219,218); }
H1.HeaderClassName
{
color: #85DBDA;
}
.AnyTagClassName
{
color: #85DBDA;
}
</style>
background-color css
<style>
a { background-color: #85DBDA; }
a { background-color: rgb(133,219,218); }
div.DivClassName
{
background-color: #85DBDA;
}
.BgClassName
{
background-color: #85DBDA;
}
</style>
border-color css
<style>
span { border-color: #85DBDA; }
span { border-color: rgb(133,219,218); }
td.TdClassName
{
border-color: #85DBDA;
}
.TagClassName
{
border-color: #85DBDA;
}
</style>