Shades of Electric Blue #91FEFE
Tints of Electric Blue #91FEFE
RGB
CMYK
RGB Variations
Color information
#91FEFE (or 0x91FEFE) is known color: Electric Blue. HEX triplet: 91, FE and FE. RGB value is (145,254,254). Sum of RGB (Red+Green+Blue) = 145+254+254=653 (86% of max value = 765). Red value is 145 (57.03% from 255 or 22.21% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #91FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FEFE is #6E0101. Grayscale: #DDDDDD. Windows color (decimal): -7209218 or 16711313. OLE color: 16711313.
HSL color Cylindrical-coordinate representation of color #91FEFE: hue angle of 180º 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 #91FEFE is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 254 | 254 | - |
| CMYK | 0.43 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.78% | - |
| HSV(B) | 180º | 0.43% | 1% | - |
| XYZ | 65.01 | 84.06 | 106.56 | - |
| YUV | 221.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 254 | 0.43 | 0 | 0 | 0.00 | 180 | 0.98 | 0.78 |
| Hex | 91 | FE | FE | 2B | 0 | 0 | 0 | B4 | 62 | 4E |
| Octal | 221 | 376 | 376 | 53 | 0 | 0 | 0 | 264 | 142 | 116 |
| Binary | 10010001 | 11111110 | 11111110 | 101011 | 0 | 0 | 0 | 10110100 | 1100010 | 1001110 |
Color Harmonies of #91FEFE
Complementary color
Monochromatic Colors of #91FEFE
Black with #91FEFE
Text Example
Text Example
White with #91FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FEFE; }
p { color: rgb(145,254,254); }
H1.HeaderClassName
{
color: #91FEFE;
}
.AnyTagClassName
{
color: #91FEFE;
}
</style>
background-color css
<style>
a { background-color: #91FEFE; }
a { background-color: rgb(145,254,254); }
div.DivClassName
{
background-color: #91FEFE;
}
.BgClassName
{
background-color: #91FEFE;
}
</style>
border-color css
<style>
span { border-color: #91FEFE; }
span { border-color: rgb(145,254,254); }
td.TdClassName
{
border-color: #91FEFE;
}
.TagClassName
{
border-color: #91FEFE;
}
</style>