Shades of Sky Blue #86BCDF
Tints of Sky Blue #86BCDF
RGB
CMYK
RGB Variations
Color information
#86BCDF (or 0x86BCDF) is known color: Sky Blue. HEX triplet: 86, BC and DF. RGB value is (134,188,223). Sum of RGB (Red+Green+Blue) = 134+188+223=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #86BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCDF is #794320. Grayscale: #AFAFAF. Windows color (decimal): -7947041 or 14662790. OLE color: 14662790.
HSL color Cylindrical-coordinate representation of color #86BCDF: hue angle of 203.6º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BCDF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 188 | 223 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.13 |
| HSL | 203.6º | 0.58% | 0.7% | - |
| HSV(B) | 203.6º | 0.4% | 0.87% | - |
| XYZ | 41.13 | 46.36 | 76.59 | - |
| YUV | 175.84 | 154.61 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 188 | 223 | 0.40 | 0.16 | 0 | 0.13 | 203.6 | 0.58 | 0.7 |
| Hex | 86 | BC | DF | 28 | 10 | 0 | D | CC | 3A | 46 |
| Octal | 206 | 274 | 337 | 50 | 20 | 0 | 15 | 314 | 72 | 106 |
| Binary | 10000110 | 10111100 | 11011111 | 101000 | 10000 | 0 | 1101 | 11001100 | 111010 | 1000110 |
Color Harmonies of #86BCDF
Complementary color
Monochromatic Colors of #86BCDF
Black with #86BCDF
Text Example
Text Example
White with #86BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BCDF; }
p { color: rgb(134,188,223); }
H1.HeaderClassName
{
color: #86BCDF;
}
.AnyTagClassName
{
color: #86BCDF;
}
</style>
background-color css
<style>
a { background-color: #86BCDF; }
a { background-color: rgb(134,188,223); }
div.DivClassName
{
background-color: #86BCDF;
}
.BgClassName
{
background-color: #86BCDF;
}
</style>
border-color css
<style>
span { border-color: #86BCDF; }
span { border-color: rgb(134,188,223); }
td.TdClassName
{
border-color: #86BCDF;
}
.TagClassName
{
border-color: #86BCDF;
}
</style>