Shades of Spray #85CDDC
Tints of Spray #85CDDC
RGB
CMYK
RGB Variations
Color information
#85CDDC (or 0x85CDDC) is known color: Spray. HEX triplet: 85, CD and DC. RGB value is (133,205,220). Sum of RGB (Red+Green+Blue) = 133+205+220=558 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.84% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CDDC is #7A3223. Grayscale: #B9B9B9. Windows color (decimal): -8008228 or 14470533. OLE color: 14470533.
HSL color Cylindrical-coordinate representation of color #85CDDC: hue angle of 190.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85CDDC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 205 | 220 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.14 |
| HSL | 190.34º | 0.55% | 0.69% | - |
| HSV(B) | 190.34º | 0.4% | 0.86% | - |
| XYZ | 44.42 | 53.82 | 75.76 | - |
| YUV | 185.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 205 | 220 | 0.40 | 0.07 | 0 | 0.14 | 190.34 | 0.55 | 0.69 |
| Hex | 85 | CD | DC | 28 | 7 | 0 | E | BE | 37 | 45 |
| Octal | 205 | 315 | 334 | 50 | 7 | 0 | 16 | 276 | 67 | 105 |
| Binary | 10000101 | 11001101 | 11011100 | 101000 | 111 | 0 | 1110 | 10111110 | 110111 | 1000101 |
Color Harmonies of #85CDDC
Complementary color
Monochromatic Colors of #85CDDC
Black with #85CDDC
Text Example
Text Example
White with #85CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CDDC; }
p { color: rgb(133,205,220); }
H1.HeaderClassName
{
color: #85CDDC;
}
.AnyTagClassName
{
color: #85CDDC;
}
</style>
background-color css
<style>
a { background-color: #85CDDC; }
a { background-color: rgb(133,205,220); }
div.DivClassName
{
background-color: #85CDDC;
}
.BgClassName
{
background-color: #85CDDC;
}
</style>
border-color css
<style>
span { border-color: #85CDDC; }
span { border-color: rgb(133,205,220); }
td.TdClassName
{
border-color: #85CDDC;
}
.TagClassName
{
border-color: #85CDDC;
}
</style>