Shades of Electric Blue #91FFED
Tints of Electric Blue #91FFED
RGB
CMYK
RGB Variations
Color information
#91FFED (or 0x91FFED) is known color: Electric Blue. HEX triplet: 91, FF and ED. RGB value is (145,255,237). Sum of RGB (Red+Green+Blue) = 145+255+237=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFED is #6E0012. Grayscale: #DCDCDC. Windows color (decimal): -7208979 or 15597457. OLE color: 15597457.
HSL color Cylindrical-coordinate representation of color #91FFED: hue angle of 170.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FFED is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 237 | - |
| CMYK | 0.43 | 0 | 0.07 | 0 |
| HSL | 170.18º | 1% | 0.78% | - |
| HSV(B) | 170.18º | 0.43% | 1% | - |
| XYZ | 62.72 | 83.65 | 92.96 | - |
| YUV | 220.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 237 | 0.43 | 0 | 0.07 | 0 | 170.18 | 1 | 0.78 |
| Hex | 91 | FF | ED | 2B | 0 | 7 | 0 | AA | 64 | 4E |
| Octal | 221 | 377 | 355 | 53 | 0 | 7 | 0 | 252 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11101101 | 101011 | 0 | 111 | 0 | 10101010 | 1100100 | 1001110 |
Color Harmonies of #91FFED
Complementary color
Monochromatic Colors of #91FFED
Black with #91FFED
Text Example
Text Example
White with #91FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFED; }
p { color: rgb(145,255,237); }
H1.HeaderClassName
{
color: #91FFED;
}
.AnyTagClassName
{
color: #91FFED;
}
</style>
background-color css
<style>
a { background-color: #91FFED; }
a { background-color: rgb(145,255,237); }
div.DivClassName
{
background-color: #91FFED;
}
.BgClassName
{
background-color: #91FFED;
}
</style>
border-color css
<style>
span { border-color: #91FFED; }
span { border-color: rgb(145,255,237); }
td.TdClassName
{
border-color: #91FFED;
}
.TagClassName
{
border-color: #91FFED;
}
</style>