Shades of Electric Blue #91F1FB
Tints of Electric Blue #91F1FB
RGB
CMYK
RGB Variations
Color information
#91F1FB (or 0x91F1FB) is known color: Electric Blue. HEX triplet: 91, F1 and FB. RGB value is (145,241,251). Sum of RGB (Red+Green+Blue) = 145+241+251=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #91F1FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F1FB is #6E0E04. Grayscale: #D5D5D5. Windows color (decimal): -7212549 or 16511377. OLE color: 16511377.
HSL color Cylindrical-coordinate representation of color #91F1FB: hue angle of 185.66º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91F1FB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 241 | 251 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.02 |
| HSL | 185.66º | 0.93% | 0.78% | - |
| HSV(B) | 185.66º | 0.42% | 0.98% | - |
| XYZ | 60.54 | 75.9 | 102.73 | - |
| YUV | 213.44 | 149.2 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 241 | 251 | 0.42 | 0.04 | 0 | 0.02 | 185.66 | 0.93 | 0.78 |
| Hex | 91 | F1 | FB | 2A | 4 | 0 | 2 | BA | 5D | 4E |
| Octal | 221 | 361 | 373 | 52 | 4 | 0 | 2 | 272 | 135 | 116 |
| Binary | 10010001 | 11110001 | 11111011 | 101010 | 100 | 0 | 10 | 10111010 | 1011101 | 1001110 |
Color Harmonies of #91F1FB
Complementary color
Monochromatic Colors of #91F1FB
Black with #91F1FB
Text Example
Text Example
White with #91F1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F1FB; }
p { color: rgb(145,241,251); }
H1.HeaderClassName
{
color: #91F1FB;
}
.AnyTagClassName
{
color: #91F1FB;
}
</style>
background-color css
<style>
a { background-color: #91F1FB; }
a { background-color: rgb(145,241,251); }
div.DivClassName
{
background-color: #91F1FB;
}
.BgClassName
{
background-color: #91F1FB;
}
</style>
border-color css
<style>
span { border-color: #91F1FB; }
span { border-color: rgb(145,241,251); }
td.TdClassName
{
border-color: #91F1FB;
}
.TagClassName
{
border-color: #91F1FB;
}
</style>