Shades of Electric Blue #86F1ED
Tints of Electric Blue #86F1ED
RGB
CMYK
RGB Variations
Color information
#86F1ED (or 0x86F1ED) is known color: Electric Blue. HEX triplet: 86, F1 and ED. RGB value is (134,241,237). Sum of RGB (Red+Green+Blue) = 134+241+237=612 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.90% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86F1ED is #790E12. Grayscale: #D0D0D0. Windows color (decimal): -7933459 or 15593862. OLE color: 15593862.
HSL color Cylindrical-coordinate representation of color #86F1ED: hue angle of 177.76º 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 #86F1ED is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 241 | 237 | - |
| CMYK | 0.44 | 0 | 0.02 | 0.05 |
| HSL | 177.76º | 0.79% | 0.74% | - |
| HSV(B) | 177.76º | 0.44% | 0.95% | - |
| XYZ | 56.57 | 74.09 | 91.44 | - |
| YUV | 208.55 | 144.05 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 241 | 237 | 0.44 | 0 | 0.02 | 0.05 | 177.76 | 0.79 | 0.74 |
| Hex | 86 | F1 | ED | 2C | 0 | 2 | 5 | B2 | 4F | 4A |
| Octal | 206 | 361 | 355 | 54 | 0 | 2 | 5 | 262 | 117 | 112 |
| Binary | 10000110 | 11110001 | 11101101 | 101100 | 0 | 10 | 101 | 10110010 | 1001111 | 1001010 |
Color Harmonies of #86F1ED
Complementary color
Monochromatic Colors of #86F1ED
Black with #86F1ED
Text Example
Text Example
White with #86F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F1ED; }
p { color: rgb(134,241,237); }
H1.HeaderClassName
{
color: #86F1ED;
}
.AnyTagClassName
{
color: #86F1ED;
}
</style>
background-color css
<style>
a { background-color: #86F1ED; }
a { background-color: rgb(134,241,237); }
div.DivClassName
{
background-color: #86F1ED;
}
.BgClassName
{
background-color: #86F1ED;
}
</style>
border-color css
<style>
span { border-color: #86F1ED; }
span { border-color: rgb(134,241,237); }
td.TdClassName
{
border-color: #86F1ED;
}
.TagClassName
{
border-color: #86F1ED;
}
</style>