Shades of Light Sky Blue #86C8FE
Tints of Light Sky Blue #86C8FE
RGB
CMYK
RGB Variations
Color information
#86C8FE (or 0x86C8FE) is known color: Light Sky Blue. HEX triplet: 86, C8 and FE. RGB value is (134,200,254). Sum of RGB (Red+Green+Blue) = 134+200+254=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #86C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C8FE is #793701. Grayscale: #BABABA. Windows color (decimal): -7943938 or 16697478. OLE color: 16697478.
HSL color Cylindrical-coordinate representation of color #86C8FE: hue angle of 207º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86C8FE is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 200 | 254 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.00 |
| HSL | 207º | 0.98% | 0.76% | - |
| HSV(B) | 207º | 0.47% | 1% | - |
| XYZ | 48.38 | 53.53 | 101.55 | - |
| YUV | 186.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 200 | 254 | 0.47 | 0.21 | 0 | 0.00 | 207 | 0.98 | 0.76 |
| Hex | 86 | C8 | FE | 2F | 15 | 0 | 0 | CF | 62 | 4C |
| Octal | 206 | 310 | 376 | 57 | 25 | 0 | 0 | 317 | 142 | 114 |
| Binary | 10000110 | 11001000 | 11111110 | 101111 | 10101 | 0 | 0 | 11001111 | 1100010 | 1001100 |
Color Harmonies of #86C8FE
Complementary color
Monochromatic Colors of #86C8FE
Black with #86C8FE
Text Example
Text Example
White with #86C8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C8FE; }
p { color: rgb(134,200,254); }
H1.HeaderClassName
{
color: #86C8FE;
}
.AnyTagClassName
{
color: #86C8FE;
}
</style>
background-color css
<style>
a { background-color: #86C8FE; }
a { background-color: rgb(134,200,254); }
div.DivClassName
{
background-color: #86C8FE;
}
.BgClassName
{
background-color: #86C8FE;
}
</style>
border-color css
<style>
span { border-color: #86C8FE; }
span { border-color: rgb(134,200,254); }
td.TdClassName
{
border-color: #86C8FE;
}
.TagClassName
{
border-color: #86C8FE;
}
</style>