Shades of Light Sky Blue #86C3FE
Tints of Light Sky Blue #86C3FE
RGB
CMYK
RGB Variations
Color information
#86C3FE (or 0x86C3FE) is known color: Light Sky Blue. HEX triplet: 86, C3 and FE. RGB value is (134,195,254). Sum of RGB (Red+Green+Blue) = 134+195+254=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 195 (76.56% from 255 or 33.45% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #86C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86C3FE is #793C01. Grayscale: #B7B7B7. Windows color (decimal): -7945218 or 16696198. OLE color: 16696198.
HSL color Cylindrical-coordinate representation of color #86C3FE: hue angle of 209.5º 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 #86C3FE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 195 | 254 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.00 |
| HSL | 209.5º | 0.98% | 0.76% | - |
| HSV(B) | 209.5º | 0.47% | 1% | - |
| XYZ | 47.24 | 51.25 | 101.17 | - |
| YUV | 183.49 | 167.79 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 254 | 0.47 | 0.23 | 0 | 0.00 | 209.5 | 0.98 | 0.76 |
| Hex | 86 | C3 | FE | 2F | 17 | 0 | 0 | D2 | 62 | 4C |
| Octal | 206 | 303 | 376 | 57 | 27 | 0 | 0 | 322 | 142 | 114 |
| Binary | 10000110 | 11000011 | 11111110 | 101111 | 10111 | 0 | 0 | 11010010 | 1100010 | 1001100 |
Color Harmonies of #86C3FE
Complementary color
Monochromatic Colors of #86C3FE
Black with #86C3FE
Text Example
Text Example
White with #86C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C3FE; }
p { color: rgb(134,195,254); }
H1.HeaderClassName
{
color: #86C3FE;
}
.AnyTagClassName
{
color: #86C3FE;
}
</style>
background-color css
<style>
a { background-color: #86C3FE; }
a { background-color: rgb(134,195,254); }
div.DivClassName
{
background-color: #86C3FE;
}
.BgClassName
{
background-color: #86C3FE;
}
</style>
border-color css
<style>
span { border-color: #86C3FE; }
span { border-color: rgb(134,195,254); }
td.TdClassName
{
border-color: #86C3FE;
}
.TagClassName
{
border-color: #86C3FE;
}
</style>