Shades of Spray #85CFD6
Tints of Spray #85CFD6
RGB
CMYK
RGB Variations
Color information
#85CFD6 (or 0x85CFD6) is known color: Spray. HEX triplet: 85, CF and D6. RGB value is (133,207,214). Sum of RGB (Red+Green+Blue) = 133+207+214=554 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.01% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 214 (83.98% from 255 or 38.63% from 554); Max value from RGB is 214 - color contains mainly: blue. Hex color #85CFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFD6 is #7A3029. Grayscale: #B9B9B9. Windows color (decimal): -8007722 or 14077829. OLE color: 14077829.
HSL color Cylindrical-coordinate representation of color #85CFD6: hue angle of 185.19º 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 #85CFD6 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 207 | 214 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.16 |
| HSL | 185.19º | 0.5% | 0.68% | - |
| HSV(B) | 185.19º | 0.38% | 0.84% | - |
| XYZ | 44.12 | 54.47 | 71.81 | - |
| YUV | 185.67 | 143.98 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 214 | 0.38 | 0.03 | 0 | 0.16 | 185.19 | 0.5 | 0.68 |
| Hex | 85 | CF | D6 | 26 | 3 | 0 | 10 | B9 | 32 | 44 |
| Octal | 205 | 317 | 326 | 46 | 3 | 0 | 20 | 271 | 62 | 104 |
| Binary | 10000101 | 11001111 | 11010110 | 100110 | 11 | 0 | 10000 | 10111001 | 110010 | 1000100 |
Color Harmonies of #85CFD6
Complementary color
Monochromatic Colors of #85CFD6
Black with #85CFD6
Text Example
Text Example
White with #85CFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFD6; }
p { color: rgb(133,207,214); }
H1.HeaderClassName
{
color: #85CFD6;
}
.AnyTagClassName
{
color: #85CFD6;
}
</style>
background-color css
<style>
a { background-color: #85CFD6; }
a { background-color: rgb(133,207,214); }
div.DivClassName
{
background-color: #85CFD6;
}
.BgClassName
{
background-color: #85CFD6;
}
</style>
border-color css
<style>
span { border-color: #85CFD6; }
span { border-color: rgb(133,207,214); }
td.TdClassName
{
border-color: #85CFD6;
}
.TagClassName
{
border-color: #85CFD6;
}
</style>