Shades of Spray #85DBDF
Tints of Spray #85DBDF
RGB
CMYK
RGB Variations
Color information
#85DBDF (or 0x85DBDF) is known color: Spray. HEX triplet: 85, DB and DF. RGB value is (133,219,223). Sum of RGB (Red+Green+Blue) = 133+219+223=575 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.13% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #85DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBDF is #7A2420. Grayscale: #C1C1C1. Windows color (decimal): -8004641 or 14670725. OLE color: 14670725.
HSL color Cylindrical-coordinate representation of color #85DBDF: hue angle of 182.67º 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 #85DBDF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 219 | 223 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.13 |
| HSL | 182.67º | 0.58% | 0.7% | - |
| HSV(B) | 182.67º | 0.4% | 0.87% | - |
| XYZ | 48.32 | 60.98 | 79.03 | - |
| YUV | 193.74 | 144.51 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 223 | 0.40 | 0.02 | 0 | 0.13 | 182.67 | 0.58 | 0.7 |
| Hex | 85 | DB | DF | 28 | 2 | 0 | D | B7 | 3A | 46 |
| Octal | 205 | 333 | 337 | 50 | 2 | 0 | 15 | 267 | 72 | 106 |
| Binary | 10000101 | 11011011 | 11011111 | 101000 | 10 | 0 | 1101 | 10110111 | 111010 | 1000110 |
Color Harmonies of #85DBDF
Complementary color
Monochromatic Colors of #85DBDF
Black with #85DBDF
Text Example
Text Example
White with #85DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBDF; }
p { color: rgb(133,219,223); }
H1.HeaderClassName
{
color: #85DBDF;
}
.AnyTagClassName
{
color: #85DBDF;
}
</style>
background-color css
<style>
a { background-color: #85DBDF; }
a { background-color: rgb(133,219,223); }
div.DivClassName
{
background-color: #85DBDF;
}
.BgClassName
{
background-color: #85DBDF;
}
</style>
border-color css
<style>
span { border-color: #85DBDF; }
span { border-color: rgb(133,219,223); }
td.TdClassName
{
border-color: #85DBDF;
}
.TagClassName
{
border-color: #85DBDF;
}
</style>