Shades of Light Sky Blue #86D9FE
Tints of Light Sky Blue #86D9FE
RGB
CMYK
RGB Variations
Color information
#86D9FE (or 0x86D9FE) is known color: Light Sky Blue. HEX triplet: 86, D9 and FE. RGB value is (134,217,254). Sum of RGB (Red+Green+Blue) = 134+217+254=605 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.15% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #86D9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D9FE is #792601. Grayscale: #C4C4C4. Windows color (decimal): -7939586 or 16701830. OLE color: 16701830.
HSL color Cylindrical-coordinate representation of color #86D9FE: hue angle of 198.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 #86D9FE is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 217 | 254 | - |
| CMYK | 0.47 | 0.15 | 0 | 0.00 |
| HSL | 198.5º | 0.98% | 0.76% | - |
| HSV(B) | 198.5º | 0.47% | 1% | - |
| XYZ | 52.53 | 61.85 | 102.94 | - |
| YUV | 196.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 254 | 0.47 | 0.15 | 0 | 0.00 | 198.5 | 0.98 | 0.76 |
| Hex | 86 | D9 | FE | 2F | F | 0 | 0 | C6 | 62 | 4C |
| Octal | 206 | 331 | 376 | 57 | 17 | 0 | 0 | 306 | 142 | 114 |
| Binary | 10000110 | 11011001 | 11111110 | 101111 | 1111 | 0 | 0 | 11000110 | 1100010 | 1001100 |
Color Harmonies of #86D9FE
Complementary color
Monochromatic Colors of #86D9FE
Black with #86D9FE
Text Example
Text Example
White with #86D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D9FE; }
p { color: rgb(134,217,254); }
H1.HeaderClassName
{
color: #86D9FE;
}
.AnyTagClassName
{
color: #86D9FE;
}
</style>
background-color css
<style>
a { background-color: #86D9FE; }
a { background-color: rgb(134,217,254); }
div.DivClassName
{
background-color: #86D9FE;
}
.BgClassName
{
background-color: #86D9FE;
}
</style>
border-color css
<style>
span { border-color: #86D9FE; }
span { border-color: rgb(134,217,254); }
td.TdClassName
{
border-color: #86D9FE;
}
.TagClassName
{
border-color: #86D9FE;
}
</style>