Shades of Spray #85CCD3
Tints of Spray #85CCD3
RGB
CMYK
RGB Variations
Color information
#85CCD3 (or 0x85CCD3) is known color: Spray. HEX triplet: 85, CC and D3. RGB value is (133,204,211). Sum of RGB (Red+Green+Blue) = 133+204+211=548 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.27% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #85CCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CCD3 is #7A332C. Grayscale: #B7B7B7. Windows color (decimal): -8008493 or 13880453. OLE color: 13880453.
HSL color Cylindrical-coordinate representation of color #85CCD3: hue angle of 185.38º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85CCD3 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 133 | 204 | 211 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.17 |
| HSL | 185.38º | 0.47% | 0.67% | - |
| HSV(B) | 185.38º | 0.37% | 0.83% | - |
| XYZ | 43.02 | 52.88 | 69.57 | - |
| YUV | 183.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 204 | 211 | 0.37 | 0.03 | 0 | 0.17 | 185.38 | 0.47 | 0.67 |
| Hex | 85 | CC | D3 | 25 | 3 | 0 | 11 | B9 | 2F | 43 |
| Octal | 205 | 314 | 323 | 45 | 3 | 0 | 21 | 271 | 57 | 103 |
| Binary | 10000101 | 11001100 | 11010011 | 100101 | 11 | 0 | 10001 | 10111001 | 101111 | 1000011 |
Color Harmonies of #85CCD3
Complementary color
Monochromatic Colors of #85CCD3
Black with #85CCD3
Text Example
Text Example
White with #85CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CCD3; }
p { color: rgb(133,204,211); }
H1.HeaderClassName
{
color: #85CCD3;
}
.AnyTagClassName
{
color: #85CCD3;
}
</style>
background-color css
<style>
a { background-color: #85CCD3; }
a { background-color: rgb(133,204,211); }
div.DivClassName
{
background-color: #85CCD3;
}
.BgClassName
{
background-color: #85CCD3;
}
</style>
border-color css
<style>
span { border-color: #85CCD3; }
span { border-color: rgb(133,204,211); }
td.TdClassName
{
border-color: #85CCD3;
}
.TagClassName
{
border-color: #85CCD3;
}
</style>