Shades of Electric Blue #86EEF9
Tints of Electric Blue #86EEF9
RGB
CMYK
RGB Variations
Color information
#86EEF9 (or 0x86EEF9) is known color: Electric Blue. HEX triplet: 86, EE and F9. RGB value is (134,238,249). Sum of RGB (Red+Green+Blue) = 134+238+249=621 (82% of max value = 765). Red value is 134 (52.73% from 255 or 21.58% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #86EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEF9 is #791106. Grayscale: #D0D0D0. Windows color (decimal): -7934215 or 16379526. OLE color: 16379526.
HSL color Cylindrical-coordinate representation of color #86EEF9: hue angle of 185.74º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86EEF9 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 238 | 249 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.02 |
| HSL | 185.74º | 0.91% | 0.75% | - |
| HSV(B) | 185.74º | 0.46% | 0.98% | - |
| XYZ | 57.5 | 73.06 | 100.69 | - |
| YUV | 208.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 249 | 0.46 | 0.04 | 0 | 0.02 | 185.74 | 0.91 | 0.75 |
| Hex | 86 | EE | F9 | 2E | 4 | 0 | 2 | BA | 5B | 4B |
| Octal | 206 | 356 | 371 | 56 | 4 | 0 | 2 | 272 | 133 | 113 |
| Binary | 10000110 | 11101110 | 11111001 | 101110 | 100 | 0 | 10 | 10111010 | 1011011 | 1001011 |
Color Harmonies of #86EEF9
Complementary color
Monochromatic Colors of #86EEF9
Black with #86EEF9
Text Example
Text Example
White with #86EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEF9; }
p { color: rgb(134,238,249); }
H1.HeaderClassName
{
color: #86EEF9;
}
.AnyTagClassName
{
color: #86EEF9;
}
</style>
background-color css
<style>
a { background-color: #86EEF9; }
a { background-color: rgb(134,238,249); }
div.DivClassName
{
background-color: #86EEF9;
}
.BgClassName
{
background-color: #86EEF9;
}
</style>
border-color css
<style>
span { border-color: #86EEF9; }
span { border-color: rgb(134,238,249); }
td.TdClassName
{
border-color: #86EEF9;
}
.TagClassName
{
border-color: #86EEF9;
}
</style>