Shades of Electric Blue #91EEFA
Tints of Electric Blue #91EEFA
RGB
CMYK
RGB Variations
Color information
#91EEFA (or 0x91EEFA) is known color: Electric Blue. HEX triplet: 91, EE and FA. RGB value is (145,238,250). Sum of RGB (Red+Green+Blue) = 145+238+250=633 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.91% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #91EEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EEFA is #6E1105. Grayscale: #D3D3D3. Windows color (decimal): -7213318 or 16445073. OLE color: 16445073.
HSL color Cylindrical-coordinate representation of color #91EEFA: hue angle of 186.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91EEFA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 238 | 250 | - |
| CMYK | 0.42 | 0.05 | 0 | 0.02 |
| HSL | 186.86º | 0.91% | 0.77% | - |
| HSV(B) | 186.86º | 0.42% | 0.98% | - |
| XYZ | 59.51 | 74.07 | 101.6 | - |
| YUV | 211.56 | 149.69 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 250 | 0.42 | 0.05 | 0 | 0.02 | 186.86 | 0.91 | 0.77 |
| Hex | 91 | EE | FA | 2A | 5 | 0 | 2 | BB | 5B | 4D |
| Octal | 221 | 356 | 372 | 52 | 5 | 0 | 2 | 273 | 133 | 115 |
| Binary | 10010001 | 11101110 | 11111010 | 101010 | 101 | 0 | 10 | 10111011 | 1011011 | 1001101 |
Color Harmonies of #91EEFA
Complementary color
Monochromatic Colors of #91EEFA
Black with #91EEFA
Text Example
Text Example
White with #91EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEFA; }
p { color: rgb(145,238,250); }
H1.HeaderClassName
{
color: #91EEFA;
}
.AnyTagClassName
{
color: #91EEFA;
}
</style>
background-color css
<style>
a { background-color: #91EEFA; }
a { background-color: rgb(145,238,250); }
div.DivClassName
{
background-color: #91EEFA;
}
.BgClassName
{
background-color: #91EEFA;
}
</style>
border-color css
<style>
span { border-color: #91EEFA; }
span { border-color: rgb(145,238,250); }
td.TdClassName
{
border-color: #91EEFA;
}
.TagClassName
{
border-color: #91EEFA;
}
</style>