Shades of Light Sky Blue #86C1FC
Tints of Light Sky Blue #86C1FC
RGB
CMYK
RGB Variations
Color information
#86C1FC (or 0x86C1FC) is known color: Light Sky Blue. HEX triplet: 86, C1 and FC. RGB value is (134,193,252). Sum of RGB (Red+Green+Blue) = 134+193+252=579 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.14% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #86C1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C1FC is #793E03. Grayscale: #B5B5B5. Windows color (decimal): -7945732 or 16564614. OLE color: 16564614.
HSL color Cylindrical-coordinate representation of color #86C1FC: hue angle of 210º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C1FC is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 193 | 252 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.01 |
| HSL | 210º | 0.95% | 0.76% | - |
| HSV(B) | 210º | 0.47% | 0.99% | - |
| XYZ | 46.47 | 50.24 | 99.34 | - |
| YUV | 182.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 193 | 252 | 0.47 | 0.23 | 0 | 0.01 | 210 | 0.95 | 0.76 |
| Hex | 86 | C1 | FC | 2F | 17 | 0 | 1 | D2 | 5F | 4C |
| Octal | 206 | 301 | 374 | 57 | 27 | 0 | 1 | 322 | 137 | 114 |
| Binary | 10000110 | 11000001 | 11111100 | 101111 | 10111 | 0 | 1 | 11010010 | 1011111 | 1001100 |
Color Harmonies of #86C1FC
Complementary color
Monochromatic Colors of #86C1FC
Black with #86C1FC
Text Example
Text Example
White with #86C1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C1FC; }
p { color: rgb(134,193,252); }
H1.HeaderClassName
{
color: #86C1FC;
}
.AnyTagClassName
{
color: #86C1FC;
}
</style>
background-color css
<style>
a { background-color: #86C1FC; }
a { background-color: rgb(134,193,252); }
div.DivClassName
{
background-color: #86C1FC;
}
.BgClassName
{
background-color: #86C1FC;
}
</style>
border-color css
<style>
span { border-color: #86C1FC; }
span { border-color: rgb(134,193,252); }
td.TdClassName
{
border-color: #86C1FC;
}
.TagClassName
{
border-color: #86C1FC;
}
</style>