Shades of Light Sky Blue #86C0FB
Tints of Light Sky Blue #86C0FB
RGB
CMYK
RGB Variations
Color information
#86C0FB (or 0x86C0FB) is known color: Light Sky Blue. HEX triplet: 86, C0 and FB. RGB value is (134,192,251). Sum of RGB (Red+Green+Blue) = 134+192+251=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #86C0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C0FB is #793F04. Grayscale: #B5B5B5. Windows color (decimal): -7945989 or 16498822. OLE color: 16498822.
HSL color Cylindrical-coordinate representation of color #86C0FB: hue angle of 210.26º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C0FB is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 192 | 251 | - |
| CMYK | 0.47 | 0.24 | 0 | 0.02 |
| HSL | 210.26º | 0.94% | 0.75% | - |
| HSV(B) | 210.26º | 0.47% | 0.98% | - |
| XYZ | 46.09 | 49.73 | 98.44 | - |
| YUV | 181.38 | 167.28 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 251 | 0.47 | 0.24 | 0 | 0.02 | 210.26 | 0.94 | 0.75 |
| Hex | 86 | C0 | FB | 2F | 18 | 0 | 2 | D2 | 5E | 4B |
| Octal | 206 | 300 | 373 | 57 | 30 | 0 | 2 | 322 | 136 | 113 |
| Binary | 10000110 | 11000000 | 11111011 | 101111 | 11000 | 0 | 10 | 11010010 | 1011110 | 1001011 |
Color Harmonies of #86C0FB
Complementary color
Monochromatic Colors of #86C0FB
Black with #86C0FB
Text Example
Text Example
White with #86C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C0FB; }
p { color: rgb(134,192,251); }
H1.HeaderClassName
{
color: #86C0FB;
}
.AnyTagClassName
{
color: #86C0FB;
}
</style>
background-color css
<style>
a { background-color: #86C0FB; }
a { background-color: rgb(134,192,251); }
div.DivClassName
{
background-color: #86C0FB;
}
.BgClassName
{
background-color: #86C0FB;
}
</style>
border-color css
<style>
span { border-color: #86C0FB; }
span { border-color: rgb(134,192,251); }
td.TdClassName
{
border-color: #86C0FB;
}
.TagClassName
{
border-color: #86C0FB;
}
</style>