Shades of Spray #85CCDC
Tints of Spray #85CCDC
RGB
CMYK
RGB Variations
Color information
#85CCDC (or 0x85CCDC) is known color: Spray. HEX triplet: 85, CC and DC. RGB value is (133,204,220). Sum of RGB (Red+Green+Blue) = 133+204+220=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #85CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCDC is #7A3323. Grayscale: #B8B8B8. Windows color (decimal): -8008484 or 14470277. OLE color: 14470277.
HSL color Cylindrical-coordinate representation of color #85CCDC: hue angle of 191.03º 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 #85CCDC is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 204 | 220 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.14 |
| HSL | 191.03º | 0.55% | 0.69% | - |
| HSV(B) | 191.03º | 0.4% | 0.86% | - |
| XYZ | 44.18 | 53.34 | 75.68 | - |
| YUV | 184.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 220 | 0.40 | 0.07 | 0 | 0.14 | 191.03 | 0.55 | 0.69 |
| Hex | 85 | CC | DC | 28 | 7 | 0 | E | BF | 37 | 45 |
| Octal | 205 | 314 | 334 | 50 | 7 | 0 | 16 | 277 | 67 | 105 |
| Binary | 10000101 | 11001100 | 11011100 | 101000 | 111 | 0 | 1110 | 10111111 | 110111 | 1000101 |
Color Harmonies of #85CCDC
Complementary color
Monochromatic Colors of #85CCDC
Black with #85CCDC
Text Example
Text Example
White with #85CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCDC; }
p { color: rgb(133,204,220); }
H1.HeaderClassName
{
color: #85CCDC;
}
.AnyTagClassName
{
color: #85CCDC;
}
</style>
background-color css
<style>
a { background-color: #85CCDC; }
a { background-color: rgb(133,204,220); }
div.DivClassName
{
background-color: #85CCDC;
}
.BgClassName
{
background-color: #85CCDC;
}
</style>
border-color css
<style>
span { border-color: #85CCDC; }
span { border-color: rgb(133,204,220); }
td.TdClassName
{
border-color: #85CCDC;
}
.TagClassName
{
border-color: #85CCDC;
}
</style>