Shades of Sky Blue #86E2F6
Tints of Sky Blue #86E2F6
RGB
CMYK
RGB Variations
Color information
#86E2F6 (or 0x86E2F6) is known color: Sky Blue. HEX triplet: 86, E2 and F6. RGB value is (134,226,246). Sum of RGB (Red+Green+Blue) = 134+226+246=606 (80% of max value = 765). Red value is 134 (52.73% from 255 or 22.11% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 246 (96.48% from 255 or 40.59% from 606); Max value from RGB is 246 - color contains mainly: blue. Hex color #86E2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E2F6 is #791D09. Grayscale: #C8C8C8. Windows color (decimal): -7937290 or 16179846. OLE color: 16179846.
HSL color Cylindrical-coordinate representation of color #86E2F6: hue angle of 190.71º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86E2F6 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 226 | 246 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.04 |
| HSL | 190.71º | 0.86% | 0.75% | - |
| HSV(B) | 190.71º | 0.46% | 0.96% | - |
| XYZ | 53.66 | 66.11 | 97.12 | - |
| YUV | 200.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 246 | 0.46 | 0.08 | 0 | 0.04 | 190.71 | 0.86 | 0.75 |
| Hex | 86 | E2 | F6 | 2E | 8 | 0 | 4 | BF | 56 | 4B |
| Octal | 206 | 342 | 366 | 56 | 10 | 0 | 4 | 277 | 126 | 113 |
| Binary | 10000110 | 11100010 | 11110110 | 101110 | 1000 | 0 | 100 | 10111111 | 1010110 | 1001011 |
Color Harmonies of #86E2F6
Complementary color
Monochromatic Colors of #86E2F6
Black with #86E2F6
Text Example
Text Example
White with #86E2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E2F6; }
p { color: rgb(134,226,246); }
H1.HeaderClassName
{
color: #86E2F6;
}
.AnyTagClassName
{
color: #86E2F6;
}
</style>
background-color css
<style>
a { background-color: #86E2F6; }
a { background-color: rgb(134,226,246); }
div.DivClassName
{
background-color: #86E2F6;
}
.BgClassName
{
background-color: #86E2F6;
}
</style>
border-color css
<style>
span { border-color: #86E2F6; }
span { border-color: rgb(134,226,246); }
td.TdClassName
{
border-color: #86E2F6;
}
.TagClassName
{
border-color: #86E2F6;
}
</style>