Shades of Spray #85DFE8
Tints of Spray #85DFE8
RGB
CMYK
RGB Variations
Color information
#85DFE8 (or 0x85DFE8) is known color: Spray. HEX triplet: 85, DF and E8. RGB value is (133,223,232). Sum of RGB (Red+Green+Blue) = 133+223+232=588 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.62% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 232 (91.02% from 255 or 39.46% from 588); Max value from RGB is 232 - color contains mainly: blue. Hex color #85DFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85DFE8 is #7A2017. Grayscale: #C4C4C4. Windows color (decimal): -8003608 or 15261573. OLE color: 15261573.
HSL color Cylindrical-coordinate representation of color #85DFE8: hue angle of 185.45º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85DFE8 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 223 | 232 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.09 |
| HSL | 185.45º | 0.68% | 0.72% | - |
| HSV(B) | 185.45º | 0.43% | 0.91% | - |
| XYZ | 50.63 | 63.59 | 85.95 | - |
| YUV | 197.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 232 | 0.43 | 0.04 | 0 | 0.09 | 185.45 | 0.68 | 0.72 |
| Hex | 85 | DF | E8 | 2B | 4 | 0 | 9 | B9 | 44 | 48 |
| Octal | 205 | 337 | 350 | 53 | 4 | 0 | 11 | 271 | 104 | 110 |
| Binary | 10000101 | 11011111 | 11101000 | 101011 | 100 | 0 | 1001 | 10111001 | 1000100 | 1001000 |
Color Harmonies of #85DFE8
Complementary color
Monochromatic Colors of #85DFE8
Black with #85DFE8
Text Example
Text Example
White with #85DFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DFE8; }
p { color: rgb(133,223,232); }
H1.HeaderClassName
{
color: #85DFE8;
}
.AnyTagClassName
{
color: #85DFE8;
}
</style>
background-color css
<style>
a { background-color: #85DFE8; }
a { background-color: rgb(133,223,232); }
div.DivClassName
{
background-color: #85DFE8;
}
.BgClassName
{
background-color: #85DFE8;
}
</style>
border-color css
<style>
span { border-color: #85DFE8; }
span { border-color: rgb(133,223,232); }
td.TdClassName
{
border-color: #85DFE8;
}
.TagClassName
{
border-color: #85DFE8;
}
</style>