Shades of Sky Blue #86BDE6
Tints of Sky Blue #86BDE6
RGB
CMYK
RGB Variations
Color information
#86BDE6 (or 0x86BDE6) is known color: Sky Blue. HEX triplet: 86, BD and E6. RGB value is (134,189,230). Sum of RGB (Red+Green+Blue) = 134+189+230=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #86BDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDE6 is #794219. Grayscale: #B1B1B1. Windows color (decimal): -7946778 or 15121798. OLE color: 15121798.
HSL color Cylindrical-coordinate representation of color #86BDE6: hue angle of 205.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86BDE6 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 189 | 230 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.10 |
| HSL | 205.63º | 0.66% | 0.71% | - |
| HSV(B) | 205.63º | 0.42% | 0.9% | - |
| XYZ | 42.31 | 47.18 | 81.74 | - |
| YUV | 177.23 | 157.78 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 230 | 0.42 | 0.18 | 0 | 0.10 | 205.63 | 0.66 | 0.71 |
| Hex | 86 | BD | E6 | 2A | 12 | 0 | A | CE | 42 | 47 |
| Octal | 206 | 275 | 346 | 52 | 22 | 0 | 12 | 316 | 102 | 107 |
| Binary | 10000110 | 10111101 | 11100110 | 101010 | 10010 | 0 | 1010 | 11001110 | 1000010 | 1000111 |
Color Harmonies of #86BDE6
Complementary color
Monochromatic Colors of #86BDE6
Black with #86BDE6
Text Example
Text Example
White with #86BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDE6; }
p { color: rgb(134,189,230); }
H1.HeaderClassName
{
color: #86BDE6;
}
.AnyTagClassName
{
color: #86BDE6;
}
</style>
background-color css
<style>
a { background-color: #86BDE6; }
a { background-color: rgb(134,189,230); }
div.DivClassName
{
background-color: #86BDE6;
}
.BgClassName
{
background-color: #86BDE6;
}
</style>
border-color css
<style>
span { border-color: #86BDE6; }
span { border-color: rgb(134,189,230); }
td.TdClassName
{
border-color: #86BDE6;
}
.TagClassName
{
border-color: #86BDE6;
}
</style>