Shades of Electric Blue #91FEF2
Tints of Electric Blue #91FEF2
RGB
CMYK
RGB Variations
Color information
#91FEF2 (or 0x91FEF2) is known color: Electric Blue. HEX triplet: 91, FE and F2. RGB value is (145,254,242). Sum of RGB (Red+Green+Blue) = 145+254+242=641 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.62% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #91FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FEF2 is #6E010D. Grayscale: #DBDBDB. Windows color (decimal): -7209230 or 15924881. OLE color: 15924881.
HSL color Cylindrical-coordinate representation of color #91FEF2: hue angle of 173.39º 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 #91FEF2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 242 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.00 |
| HSL | 173.39º | 0.98% | 0.78% | - |
| HSV(B) | 173.39º | 0.43% | 1% | - |
| XYZ | 63.15 | 83.31 | 96.76 | - |
| YUV | 220.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 242 | 0.43 | 0 | 0.05 | 0.00 | 173.39 | 0.98 | 0.78 |
| Hex | 91 | FE | F2 | 2B | 0 | 5 | 0 | AD | 62 | 4E |
| Octal | 221 | 376 | 362 | 53 | 0 | 5 | 0 | 255 | 142 | 116 |
| Binary | 10010001 | 11111110 | 11110010 | 101011 | 0 | 101 | 0 | 10101101 | 1100010 | 1001110 |
Color Harmonies of #91FEF2
Complementary color
Monochromatic Colors of #91FEF2
Black with #91FEF2
Text Example
Text Example
White with #91FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FEF2; }
p { color: rgb(145,254,242); }
H1.HeaderClassName
{
color: #91FEF2;
}
.AnyTagClassName
{
color: #91FEF2;
}
</style>
background-color css
<style>
a { background-color: #91FEF2; }
a { background-color: rgb(145,254,242); }
div.DivClassName
{
background-color: #91FEF2;
}
.BgClassName
{
background-color: #91FEF2;
}
</style>
border-color css
<style>
span { border-color: #91FEF2; }
span { border-color: rgb(145,254,242); }
td.TdClassName
{
border-color: #91FEF2;
}
.TagClassName
{
border-color: #91FEF2;
}
</style>