Shades of Electric Blue #86EEF1
Tints of Electric Blue #86EEF1
RGB
CMYK
RGB Variations
Color information
#86EEF1 (or 0x86EEF1) is known color: Electric Blue. HEX triplet: 86, EE and F1. RGB value is (134,238,241). Sum of RGB (Red+Green+Blue) = 134+238+241=613 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.86% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #86EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86EEF1 is #79110E. Grayscale: #CFCFCF. Windows color (decimal): -7934223 or 15855238. OLE color: 15855238.
HSL color Cylindrical-coordinate representation of color #86EEF1: hue angle of 181.68º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86EEF1 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 238 | 241 | - |
| CMYK | 0.44 | 0.01 | 0 | 0.05 |
| HSL | 181.68º | 0.79% | 0.74% | - |
| HSV(B) | 181.68º | 0.44% | 0.95% | - |
| XYZ | 56.28 | 72.57 | 94.26 | - |
| YUV | 207.25 | 147.04 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 241 | 0.44 | 0.01 | 0 | 0.05 | 181.68 | 0.79 | 0.74 |
| Hex | 86 | EE | F1 | 2C | 1 | 0 | 5 | B6 | 4F | 4A |
| Octal | 206 | 356 | 361 | 54 | 1 | 0 | 5 | 266 | 117 | 112 |
| Binary | 10000110 | 11101110 | 11110001 | 101100 | 1 | 0 | 101 | 10110110 | 1001111 | 1001010 |
Color Harmonies of #86EEF1
Complementary color
Monochromatic Colors of #86EEF1
Black with #86EEF1
Text Example
Text Example
White with #86EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EEF1; }
p { color: rgb(134,238,241); }
H1.HeaderClassName
{
color: #86EEF1;
}
.AnyTagClassName
{
color: #86EEF1;
}
</style>
background-color css
<style>
a { background-color: #86EEF1; }
a { background-color: rgb(134,238,241); }
div.DivClassName
{
background-color: #86EEF1;
}
.BgClassName
{
background-color: #86EEF1;
}
</style>
border-color css
<style>
span { border-color: #86EEF1; }
span { border-color: rgb(134,238,241); }
td.TdClassName
{
border-color: #86EEF1;
}
.TagClassName
{
border-color: #86EEF1;
}
</style>