Shades of Electric Blue #91F5FA
Tints of Electric Blue #91F5FA
RGB
CMYK
RGB Variations
Color information
#91F5FA (or 0x91F5FA) is known color: Electric Blue. HEX triplet: 91, F5 and FA. RGB value is (145,245,250). Sum of RGB (Red+Green+Blue) = 145+245+250=640 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.66% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #91F5FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F5FA is #6E0A05. Grayscale: #D7D7D7. Windows color (decimal): -7211526 or 16446865. OLE color: 16446865.
HSL color Cylindrical-coordinate representation of color #91F5FA: hue angle of 182.86º 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 #91F5FA is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 245 | 250 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.02 |
| HSL | 182.86º | 0.91% | 0.77% | - |
| HSV(B) | 182.86º | 0.42% | 0.98% | - |
| XYZ | 61.58 | 78.23 | 102.3 | - |
| YUV | 215.67 | 147.37 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 245 | 250 | 0.42 | 0.02 | 0 | 0.02 | 182.86 | 0.91 | 0.77 |
| Hex | 91 | F5 | FA | 2A | 2 | 0 | 2 | B7 | 5B | 4D |
| Octal | 221 | 365 | 372 | 52 | 2 | 0 | 2 | 267 | 133 | 115 |
| Binary | 10010001 | 11110101 | 11111010 | 101010 | 10 | 0 | 10 | 10110111 | 1011011 | 1001101 |
Color Harmonies of #91F5FA
Complementary color
Monochromatic Colors of #91F5FA
Black with #91F5FA
Text Example
Text Example
White with #91F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F5FA; }
p { color: rgb(145,245,250); }
H1.HeaderClassName
{
color: #91F5FA;
}
.AnyTagClassName
{
color: #91F5FA;
}
</style>
background-color css
<style>
a { background-color: #91F5FA; }
a { background-color: rgb(145,245,250); }
div.DivClassName
{
background-color: #91F5FA;
}
.BgClassName
{
background-color: #91F5FA;
}
</style>
border-color css
<style>
span { border-color: #91F5FA; }
span { border-color: rgb(145,245,250); }
td.TdClassName
{
border-color: #91F5FA;
}
.TagClassName
{
border-color: #91F5FA;
}
</style>