Shades of Electric Blue #91F2FA
Tints of Electric Blue #91F2FA
RGB
CMYK
RGB Variations
Color information
#91F2FA (or 0x91F2FA) is known color: Electric Blue. HEX triplet: 91, F2 and FA. RGB value is (145,242,250). Sum of RGB (Red+Green+Blue) = 145+242+250=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #91F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F2FA is #6E0D05. Grayscale: #D5D5D5. Windows color (decimal): -7212294 or 16446097. OLE color: 16446097.
HSL color Cylindrical-coordinate representation of color #91F2FA: hue angle of 184.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91F2FA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 242 | 250 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.02 |
| HSL | 184.57º | 0.91% | 0.77% | - |
| HSV(B) | 184.57º | 0.42% | 0.98% | - |
| XYZ | 60.68 | 76.43 | 102 | - |
| YUV | 213.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 250 | 0.42 | 0.03 | 0 | 0.02 | 184.57 | 0.91 | 0.77 |
| Hex | 91 | F2 | FA | 2A | 3 | 0 | 2 | B9 | 5B | 4D |
| Octal | 221 | 362 | 372 | 52 | 3 | 0 | 2 | 271 | 133 | 115 |
| Binary | 10010001 | 11110010 | 11111010 | 101010 | 11 | 0 | 10 | 10111001 | 1011011 | 1001101 |
Color Harmonies of #91F2FA
Complementary color
Monochromatic Colors of #91F2FA
Black with #91F2FA
Text Example
Text Example
White with #91F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F2FA; }
p { color: rgb(145,242,250); }
H1.HeaderClassName
{
color: #91F2FA;
}
.AnyTagClassName
{
color: #91F2FA;
}
</style>
background-color css
<style>
a { background-color: #91F2FA; }
a { background-color: rgb(145,242,250); }
div.DivClassName
{
background-color: #91F2FA;
}
.BgClassName
{
background-color: #91F2FA;
}
</style>
border-color css
<style>
span { border-color: #91F2FA; }
span { border-color: rgb(145,242,250); }
td.TdClassName
{
border-color: #91F2FA;
}
.TagClassName
{
border-color: #91F2FA;
}
</style>