Shades of Sky Blue #86BFEB
Tints of Sky Blue #86BFEB
RGB
CMYK
RGB Variations
Color information
#86BFEB (or 0x86BFEB) is known color: Sky Blue. HEX triplet: 86, BF and EB. RGB value is (134,191,235). Sum of RGB (Red+Green+Blue) = 134+191+235=560 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.93% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #86BFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFEB is #794014. Grayscale: #B2B2B2. Windows color (decimal): -7946261 or 15449990. OLE color: 15449990.
HSL color Cylindrical-coordinate representation of color #86BFEB: hue angle of 206.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BFEB is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 191 | 235 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.08 |
| HSL | 206.14º | 0.72% | 0.72% | - |
| HSV(B) | 206.14º | 0.43% | 0.92% | - |
| XYZ | 43.46 | 48.33 | 85.64 | - |
| YUV | 178.97 | 159.62 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 235 | 0.43 | 0.19 | 0 | 0.08 | 206.14 | 0.72 | 0.72 |
| Hex | 86 | BF | EB | 2B | 13 | 0 | 8 | CE | 48 | 48 |
| Octal | 206 | 277 | 353 | 53 | 23 | 0 | 10 | 316 | 110 | 110 |
| Binary | 10000110 | 10111111 | 11101011 | 101011 | 10011 | 0 | 1000 | 11001110 | 1001000 | 1001000 |
Color Harmonies of #86BFEB
Complementary color
Monochromatic Colors of #86BFEB
Black with #86BFEB
Text Example
Text Example
White with #86BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFEB; }
p { color: rgb(134,191,235); }
H1.HeaderClassName
{
color: #86BFEB;
}
.AnyTagClassName
{
color: #86BFEB;
}
</style>
background-color css
<style>
a { background-color: #86BFEB; }
a { background-color: rgb(134,191,235); }
div.DivClassName
{
background-color: #86BFEB;
}
.BgClassName
{
background-color: #86BFEB;
}
</style>
border-color css
<style>
span { border-color: #86BFEB; }
span { border-color: rgb(134,191,235); }
td.TdClassName
{
border-color: #86BFEB;
}
.TagClassName
{
border-color: #86BFEB;
}
</style>