Shades of Spray #85C6D6
Tints of Spray #85C6D6
RGB
CMYK
RGB Variations
Color information
#85C6D6 (or 0x85C6D6) is known color: Spray. HEX triplet: 85, C6 and D6. RGB value is (133,198,214). Sum of RGB (Red+Green+Blue) = 133+198+214=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 198 (77.73% from 255 or 36.33% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 214 - color contains mainly: blue. Hex color #85C6D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C6D6 is #7A3929. Grayscale: #B4B4B4. Windows color (decimal): -8010026 or 14075525. OLE color: 14075525.
HSL color Cylindrical-coordinate representation of color #85C6D6: hue angle of 191.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85C6D6 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 198 | 214 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.16 |
| HSL | 191.85º | 0.5% | 0.68% | - |
| HSV(B) | 191.85º | 0.38% | 0.84% | - |
| XYZ | 42 | 50.23 | 71.1 | - |
| YUV | 180.39 | 146.97 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 214 | 0.38 | 0.07 | 0 | 0.16 | 191.85 | 0.5 | 0.68 |
| Hex | 85 | C6 | D6 | 26 | 7 | 0 | 10 | C0 | 32 | 44 |
| Octal | 205 | 306 | 326 | 46 | 7 | 0 | 20 | 300 | 62 | 104 |
| Binary | 10000101 | 11000110 | 11010110 | 100110 | 111 | 0 | 10000 | 11000000 | 110010 | 1000100 |
Color Harmonies of #85C6D6
Complementary color
Monochromatic Colors of #85C6D6
Black with #85C6D6
Text Example
Text Example
White with #85C6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C6D6; }
p { color: rgb(133,198,214); }
H1.HeaderClassName
{
color: #85C6D6;
}
.AnyTagClassName
{
color: #85C6D6;
}
</style>
background-color css
<style>
a { background-color: #85C6D6; }
a { background-color: rgb(133,198,214); }
div.DivClassName
{
background-color: #85C6D6;
}
.BgClassName
{
background-color: #85C6D6;
}
</style>
border-color css
<style>
span { border-color: #85C6D6; }
span { border-color: rgb(133,198,214); }
td.TdClassName
{
border-color: #85C6D6;
}
.TagClassName
{
border-color: #85C6D6;
}
</style>