Shades of Electric Blue #91FEFA
Tints of Electric Blue #91FEFA
RGB
CMYK
RGB Variations
Color information
#91FEFA (or 0x91FEFA) is known color: Electric Blue. HEX triplet: 91, FE and FA. RGB value is (145,254,250). Sum of RGB (Red+Green+Blue) = 145+254+250=649 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.34% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #91FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FEFA is #6E0105. Grayscale: #DCDCDC. Windows color (decimal): -7209222 or 16449169. OLE color: 16449169.
HSL color Cylindrical-coordinate representation of color #91FEFA: hue angle of 177.8º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FEFA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 250 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.00 |
| HSL | 177.8º | 0.98% | 0.78% | - |
| HSV(B) | 177.8º | 0.43% | 1% | - |
| XYZ | 64.37 | 83.81 | 103.23 | - |
| YUV | 220.95 | 144.39 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 250 | 0.43 | 0 | 0.02 | 0.00 | 177.8 | 0.98 | 0.78 |
| Hex | 91 | FE | FA | 2B | 0 | 2 | 0 | B2 | 62 | 4E |
| Octal | 221 | 376 | 372 | 53 | 0 | 2 | 0 | 262 | 142 | 116 |
| Binary | 10010001 | 11111110 | 11111010 | 101011 | 0 | 10 | 0 | 10110010 | 1100010 | 1001110 |
Color Harmonies of #91FEFA
Complementary color
Monochromatic Colors of #91FEFA
Black with #91FEFA
Text Example
Text Example
White with #91FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FEFA; }
p { color: rgb(145,254,250); }
H1.HeaderClassName
{
color: #91FEFA;
}
.AnyTagClassName
{
color: #91FEFA;
}
</style>
background-color css
<style>
a { background-color: #91FEFA; }
a { background-color: rgb(145,254,250); }
div.DivClassName
{
background-color: #91FEFA;
}
.BgClassName
{
background-color: #91FEFA;
}
</style>
border-color css
<style>
span { border-color: #91FEFA; }
span { border-color: rgb(145,254,250); }
td.TdClassName
{
border-color: #91FEFA;
}
.TagClassName
{
border-color: #91FEFA;
}
</style>