Shades of Sky Blue #86BFED
Tints of Sky Blue #86BFED
RGB
CMYK
RGB Variations
Color information
#86BFED (or 0x86BFED) is known color: Sky Blue. HEX triplet: 86, BF and ED. RGB value is (134,191,237). Sum of RGB (Red+Green+Blue) = 134+191+237=562 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.84% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #86BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFED is #794012. Grayscale: #B2B2B2. Windows color (decimal): -7946259 or 15581062. OLE color: 15581062.
HSL color Cylindrical-coordinate representation of color #86BFED: hue angle of 206.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BFED is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 191 | 237 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.07 |
| HSL | 206.8º | 0.74% | 0.73% | - |
| HSV(B) | 206.8º | 0.43% | 0.93% | - |
| XYZ | 43.75 | 48.44 | 87.17 | - |
| YUV | 179.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 237 | 0.43 | 0.19 | 0 | 0.07 | 206.8 | 0.74 | 0.73 |
| Hex | 86 | BF | ED | 2B | 13 | 0 | 7 | CF | 4A | 49 |
| Octal | 206 | 277 | 355 | 53 | 23 | 0 | 7 | 317 | 112 | 111 |
| Binary | 10000110 | 10111111 | 11101101 | 101011 | 10011 | 0 | 111 | 11001111 | 1001010 | 1001001 |
Color Harmonies of #86BFED
Complementary color
Monochromatic Colors of #86BFED
Black with #86BFED
Text Example
Text Example
White with #86BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFED; }
p { color: rgb(134,191,237); }
H1.HeaderClassName
{
color: #86BFED;
}
.AnyTagClassName
{
color: #86BFED;
}
</style>
background-color css
<style>
a { background-color: #86BFED; }
a { background-color: rgb(134,191,237); }
div.DivClassName
{
background-color: #86BFED;
}
.BgClassName
{
background-color: #86BFED;
}
</style>
border-color css
<style>
span { border-color: #86BFED; }
span { border-color: rgb(134,191,237); }
td.TdClassName
{
border-color: #86BFED;
}
.TagClassName
{
border-color: #86BFED;
}
</style>