Shades of Spray #86CCD6
Tints of Spray #86CCD6
RGB
CMYK
RGB Variations
Color information
#86CCD6 (or 0x86CCD6) is known color: Spray. HEX triplet: 86, CC and D6. RGB value is (134,204,214). Sum of RGB (Red+Green+Blue) = 134+204+214=552 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.28% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #86CCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86CCD6 is #793329. Grayscale: #B8B8B8. Windows color (decimal): -7942954 or 14077062. OLE color: 14077062.
HSL color Cylindrical-coordinate representation of color #86CCD6: hue angle of 187.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86CCD6 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 204 | 214 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.16 |
| HSL | 187.5º | 0.49% | 0.68% | - |
| HSV(B) | 187.5º | 0.37% | 0.84% | - |
| XYZ | 43.56 | 53.11 | 71.57 | - |
| YUV | 184.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 214 | 0.37 | 0.05 | 0 | 0.16 | 187.5 | 0.49 | 0.68 |
| Hex | 86 | CC | D6 | 25 | 5 | 0 | 10 | BC | 31 | 44 |
| Octal | 206 | 314 | 326 | 45 | 5 | 0 | 20 | 274 | 61 | 104 |
| Binary | 10000110 | 11001100 | 11010110 | 100101 | 101 | 0 | 10000 | 10111100 | 110001 | 1000100 |
Color Harmonies of #86CCD6
Complementary color
Monochromatic Colors of #86CCD6
Black with #86CCD6
Text Example
Text Example
White with #86CCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CCD6; }
p { color: rgb(134,204,214); }
H1.HeaderClassName
{
color: #86CCD6;
}
.AnyTagClassName
{
color: #86CCD6;
}
</style>
background-color css
<style>
a { background-color: #86CCD6; }
a { background-color: rgb(134,204,214); }
div.DivClassName
{
background-color: #86CCD6;
}
.BgClassName
{
background-color: #86CCD6;
}
</style>
border-color css
<style>
span { border-color: #86CCD6; }
span { border-color: rgb(134,204,214); }
td.TdClassName
{
border-color: #86CCD6;
}
.TagClassName
{
border-color: #86CCD6;
}
</style>