Shades of Light Sky Blue #86BFF5
Tints of Light Sky Blue #86BFF5
RGB
CMYK
RGB Variations
Color information
#86BFF5 (or 0x86BFF5) is known color: Light Sky Blue. HEX triplet: 86, BF and F5. RGB value is (134,191,245). Sum of RGB (Red+Green+Blue) = 134+191+245=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 245 (96.09% from 255 or 42.98% from 570); Max value from RGB is 245 - color contains mainly: blue. Hex color #86BFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BFF5 is #79400A. Grayscale: #B3B3B3. Windows color (decimal): -7946251 or 16105350. OLE color: 16105350.
HSL color Cylindrical-coordinate representation of color #86BFF5: hue angle of 209.19º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86BFF5 is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 191 | 245 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.04 |
| HSL | 209.19º | 0.85% | 0.74% | - |
| HSV(B) | 209.19º | 0.45% | 0.96% | - |
| XYZ | 44.94 | 48.92 | 93.46 | - |
| YUV | 180.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 191 | 245 | 0.45 | 0.22 | 0 | 0.04 | 209.19 | 0.85 | 0.74 |
| Hex | 86 | BF | F5 | 2D | 16 | 0 | 4 | D1 | 55 | 4A |
| Octal | 206 | 277 | 365 | 55 | 26 | 0 | 4 | 321 | 125 | 112 |
| Binary | 10000110 | 10111111 | 11110101 | 101101 | 10110 | 0 | 100 | 11010001 | 1010101 | 1001010 |
Color Harmonies of #86BFF5
Complementary color
Monochromatic Colors of #86BFF5
Black with #86BFF5
Text Example
Text Example
White with #86BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BFF5; }
p { color: rgb(134,191,245); }
H1.HeaderClassName
{
color: #86BFF5;
}
.AnyTagClassName
{
color: #86BFF5;
}
</style>
background-color css
<style>
a { background-color: #86BFF5; }
a { background-color: rgb(134,191,245); }
div.DivClassName
{
background-color: #86BFF5;
}
.BgClassName
{
background-color: #86BFF5;
}
</style>
border-color css
<style>
span { border-color: #86BFF5; }
span { border-color: rgb(134,191,245); }
td.TdClassName
{
border-color: #86BFF5;
}
.TagClassName
{
border-color: #86BFF5;
}
</style>