Shades of Sky Blue #86E2EE
Tints of Sky Blue #86E2EE
RGB
CMYK
RGB Variations
Color information
#86E2EE (or 0x86E2EE) is known color: Sky Blue. HEX triplet: 86, E2 and EE. RGB value is (134,226,238). Sum of RGB (Red+Green+Blue) = 134+226+238=598 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.41% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #86E2EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E2EE is #791D11. Grayscale: #C7C7C7. Windows color (decimal): -7937298 or 15655558. OLE color: 15655558.
HSL color Cylindrical-coordinate representation of color #86E2EE: hue angle of 186.92º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E2EE is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 226 | 238 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.07 |
| HSL | 186.92º | 0.75% | 0.73% | - |
| HSV(B) | 186.92º | 0.44% | 0.93% | - |
| XYZ | 52.46 | 65.63 | 90.79 | - |
| YUV | 199.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 226 | 238 | 0.44 | 0.05 | 0 | 0.07 | 186.92 | 0.75 | 0.73 |
| Hex | 86 | E2 | EE | 2C | 5 | 0 | 7 | BB | 4B | 49 |
| Octal | 206 | 342 | 356 | 54 | 5 | 0 | 7 | 273 | 113 | 111 |
| Binary | 10000110 | 11100010 | 11101110 | 101100 | 101 | 0 | 111 | 10111011 | 1001011 | 1001001 |
Color Harmonies of #86E2EE
Complementary color
Monochromatic Colors of #86E2EE
Black with #86E2EE
Text Example
Text Example
White with #86E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E2EE; }
p { color: rgb(134,226,238); }
H1.HeaderClassName
{
color: #86E2EE;
}
.AnyTagClassName
{
color: #86E2EE;
}
</style>
background-color css
<style>
a { background-color: #86E2EE; }
a { background-color: rgb(134,226,238); }
div.DivClassName
{
background-color: #86E2EE;
}
.BgClassName
{
background-color: #86E2EE;
}
</style>
border-color css
<style>
span { border-color: #86E2EE; }
span { border-color: rgb(134,226,238); }
td.TdClassName
{
border-color: #86E2EE;
}
.TagClassName
{
border-color: #86E2EE;
}
</style>