Shades of Electric Blue #91FEFF
Tints of Electric Blue #91FEFF
RGB
CMYK
RGB Variations
Color information
#91FEFF (or 0x91FEFF) is known color: Electric Blue. HEX triplet: 91, FE and FF. RGB value is (145,254,255). Sum of RGB (Red+Green+Blue) = 145+254+255=654 (86% of max value = 765). Red value is 145 (57.03% from 255 or 22.17% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #91FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FEFF is #6E0100. Grayscale: #DDDDDD. Windows color (decimal): -7209217 or 16776849. OLE color: 16776849.
HSL color Cylindrical-coordinate representation of color #91FEFF: hue angle of 180.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FEFF is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 254 | 255 | - |
| CMYK | 0.43 | 0.00 | 0 | 0 |
| HSL | 180.55º | 1% | 0.78% | - |
| HSV(B) | 180.55º | 0.43% | 1% | - |
| XYZ | 65.17 | 84.12 | 107.41 | - |
| YUV | 221.52 | 146.89 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 254 | 255 | 0.43 | 0.00 | 0 | 0 | 180.55 | 1 | 0.78 |
| Hex | 91 | FE | FF | 2B | 0 | 0 | 0 | B5 | 64 | 4E |
| Octal | 221 | 376 | 377 | 53 | 0 | 0 | 0 | 265 | 144 | 116 |
| Binary | 10010001 | 11111110 | 11111111 | 101011 | 0 | 0 | 0 | 10110101 | 1100100 | 1001110 |
Color Harmonies of #91FEFF
Complementary color
Monochromatic Colors of #91FEFF
Black with #91FEFF
Text Example
Text Example
White with #91FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FEFF; }
p { color: rgb(145,254,255); }
H1.HeaderClassName
{
color: #91FEFF;
}
.AnyTagClassName
{
color: #91FEFF;
}
</style>
background-color css
<style>
a { background-color: #91FEFF; }
a { background-color: rgb(145,254,255); }
div.DivClassName
{
background-color: #91FEFF;
}
.BgClassName
{
background-color: #91FEFF;
}
</style>
border-color css
<style>
span { border-color: #91FEFF; }
span { border-color: rgb(145,254,255); }
td.TdClassName
{
border-color: #91FEFF;
}
.TagClassName
{
border-color: #91FEFF;
}
</style>