Shades of Sky Blue #86BDE9
Tints of Sky Blue #86BDE9
RGB
CMYK
RGB Variations
Color information
#86BDE9 (or 0x86BDE9) is known color: Sky Blue. HEX triplet: 86, BD and E9. RGB value is (134,189,233). Sum of RGB (Red+Green+Blue) = 134+189+233=556 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.10% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #86BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BDE9 is #794216. Grayscale: #B1B1B1. Windows color (decimal): -7946775 or 15318406. OLE color: 15318406.
HSL color Cylindrical-coordinate representation of color #86BDE9: hue angle of 206.67º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86BDE9 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 189 | 233 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.09 |
| HSL | 206.67º | 0.69% | 0.72% | - |
| HSV(B) | 206.67º | 0.42% | 0.91% | - |
| XYZ | 42.74 | 47.35 | 83.98 | - |
| YUV | 177.57 | 159.28 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 189 | 233 | 0.42 | 0.19 | 0 | 0.09 | 206.67 | 0.69 | 0.72 |
| Hex | 86 | BD | E9 | 2A | 13 | 0 | 9 | CF | 45 | 48 |
| Octal | 206 | 275 | 351 | 52 | 23 | 0 | 11 | 317 | 105 | 110 |
| Binary | 10000110 | 10111101 | 11101001 | 101010 | 10011 | 0 | 1001 | 11001111 | 1000101 | 1001000 |
Color Harmonies of #86BDE9
Complementary color
Monochromatic Colors of #86BDE9
Black with #86BDE9
Text Example
Text Example
White with #86BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BDE9; }
p { color: rgb(134,189,233); }
H1.HeaderClassName
{
color: #86BDE9;
}
.AnyTagClassName
{
color: #86BDE9;
}
</style>
background-color css
<style>
a { background-color: #86BDE9; }
a { background-color: rgb(134,189,233); }
div.DivClassName
{
background-color: #86BDE9;
}
.BgClassName
{
background-color: #86BDE9;
}
</style>
border-color css
<style>
span { border-color: #86BDE9; }
span { border-color: rgb(134,189,233); }
td.TdClassName
{
border-color: #86BDE9;
}
.TagClassName
{
border-color: #86BDE9;
}
</style>