Shades of Electric Blue #91FFFA
Tints of Electric Blue #91FFFA
RGB
CMYK
RGB Variations
Color information
#91FFFA (or 0x91FFFA) is known color: Electric Blue. HEX triplet: 91, FF and FA. RGB value is (145,255,250). Sum of RGB (Red+Green+Blue) = 145+255+250=650 (86% of max value = 765). Red value is 145 (57.03% from 255 or 22.31% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFFA is #6E0005. Grayscale: #DDDDDD. Windows color (decimal): -7208966 or 16449425. OLE color: 16449425.
HSL color Cylindrical-coordinate representation of color #91FFFA: hue angle of 177.27º 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 #91FFFA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 250 | - |
| CMYK | 0.43 | 0 | 0.02 | 0 |
| HSL | 177.27º | 1% | 0.78% | - |
| HSV(B) | 177.27º | 0.43% | 1% | - |
| XYZ | 64.69 | 84.44 | 103.33 | - |
| YUV | 221.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 250 | 0.43 | 0 | 0.02 | 0 | 177.27 | 1 | 0.78 |
| Hex | 91 | FF | FA | 2B | 0 | 2 | 0 | B1 | 64 | 4E |
| Octal | 221 | 377 | 372 | 53 | 0 | 2 | 0 | 261 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11111010 | 101011 | 0 | 10 | 0 | 10110001 | 1100100 | 1001110 |
Color Harmonies of #91FFFA
Complementary color
Monochromatic Colors of #91FFFA
Black with #91FFFA
Text Example
Text Example
White with #91FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFFA; }
p { color: rgb(145,255,250); }
H1.HeaderClassName
{
color: #91FFFA;
}
.AnyTagClassName
{
color: #91FFFA;
}
</style>
background-color css
<style>
a { background-color: #91FFFA; }
a { background-color: rgb(145,255,250); }
div.DivClassName
{
background-color: #91FFFA;
}
.BgClassName
{
background-color: #91FFFA;
}
</style>
border-color css
<style>
span { border-color: #91FFFA; }
span { border-color: rgb(145,255,250); }
td.TdClassName
{
border-color: #91FFFA;
}
.TagClassName
{
border-color: #91FFFA;
}
</style>