Shades of Light Sky Blue #86BEFE
Tints of Light Sky Blue #86BEFE
RGB
CMYK
RGB Variations
Color information
#86BEFE (or 0x86BEFE) is known color: Light Sky Blue. HEX triplet: 86, BE and FE. RGB value is (134,190,254). Sum of RGB (Red+Green+Blue) = 134+190+254=578 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.18% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #86BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BEFE is #794101. Grayscale: #B4B4B4. Windows color (decimal): -7946498 or 16694918. OLE color: 16694918.
HSL color Cylindrical-coordinate representation of color #86BEFE: hue angle of 212º 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 #86BEFE is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 190 | 254 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.00 |
| HSL | 212º | 0.98% | 0.76% | - |
| HSV(B) | 212º | 0.47% | 1% | - |
| XYZ | 46.13 | 49.05 | 100.8 | - |
| YUV | 180.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 254 | 0.47 | 0.25 | 0 | 0.00 | 212 | 0.98 | 0.76 |
| Hex | 86 | BE | FE | 2F | 19 | 0 | 0 | D4 | 62 | 4C |
| Octal | 206 | 276 | 376 | 57 | 31 | 0 | 0 | 324 | 142 | 114 |
| Binary | 10000110 | 10111110 | 11111110 | 101111 | 11001 | 0 | 0 | 11010100 | 1100010 | 1001100 |
Color Harmonies of #86BEFE
Complementary color
Monochromatic Colors of #86BEFE
Black with #86BEFE
Text Example
Text Example
White with #86BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEFE; }
p { color: rgb(134,190,254); }
H1.HeaderClassName
{
color: #86BEFE;
}
.AnyTagClassName
{
color: #86BEFE;
}
</style>
background-color css
<style>
a { background-color: #86BEFE; }
a { background-color: rgb(134,190,254); }
div.DivClassName
{
background-color: #86BEFE;
}
.BgClassName
{
background-color: #86BEFE;
}
</style>
border-color css
<style>
span { border-color: #86BEFE; }
span { border-color: rgb(134,190,254); }
td.TdClassName
{
border-color: #86BEFE;
}
.TagClassName
{
border-color: #86BEFE;
}
</style>