Shades of Electric Blue #91FEF5
Tints of Electric Blue #91FEF5
RGB
CMYK
RGB Variations
Color information
#91FEF5 (or 0x91FEF5) is known color: Electric Blue. HEX triplet: 91, FE and F5. RGB value is (145,254,245). Sum of RGB (Red+Green+Blue) = 145+254+245=644 (85% of max value = 765). Red value is 145 (57.03% from 255 or 22.52% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 245 (96.09% from 255 or 38.04% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #91FEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FEF5 is #6E010A. Grayscale: #DCDCDC. Windows color (decimal): -7209227 or 16121489. OLE color: 16121489.
HSL color Cylindrical-coordinate representation of color #91FEF5: hue angle of 175.05º 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 #91FEF5 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 245 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.00 |
| HSL | 175.05º | 0.98% | 0.78% | - |
| HSV(B) | 175.05º | 0.43% | 1% | - |
| XYZ | 63.6 | 83.5 | 99.15 | - |
| YUV | 220.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 245 | 0.43 | 0 | 0.04 | 0.00 | 175.05 | 0.98 | 0.78 |
| Hex | 91 | FE | F5 | 2B | 0 | 4 | 0 | AF | 62 | 4E |
| Octal | 221 | 376 | 365 | 53 | 0 | 4 | 0 | 257 | 142 | 116 |
| Binary | 10010001 | 11111110 | 11110101 | 101011 | 0 | 100 | 0 | 10101111 | 1100010 | 1001110 |
Color Harmonies of #91FEF5
Complementary color
Monochromatic Colors of #91FEF5
Black with #91FEF5
Text Example
Text Example
White with #91FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FEF5; }
p { color: rgb(145,254,245); }
H1.HeaderClassName
{
color: #91FEF5;
}
.AnyTagClassName
{
color: #91FEF5;
}
</style>
background-color css
<style>
a { background-color: #91FEF5; }
a { background-color: rgb(145,254,245); }
div.DivClassName
{
background-color: #91FEF5;
}
.BgClassName
{
background-color: #91FEF5;
}
</style>
border-color css
<style>
span { border-color: #91FEF5; }
span { border-color: rgb(145,254,245); }
td.TdClassName
{
border-color: #91FEF5;
}
.TagClassName
{
border-color: #91FEF5;
}
</style>