Shades of Electric Blue #91F2FB
Tints of Electric Blue #91F2FB
RGB
CMYK
RGB Variations
Color information
#91F2FB (or 0x91F2FB) is known color: Electric Blue. HEX triplet: 91, F2 and FB. RGB value is (145,242,251). Sum of RGB (Red+Green+Blue) = 145+242+251=638 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.73% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #91F2FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F2FB is #6E0D04. Grayscale: #D5D5D5. Windows color (decimal): -7212293 or 16511633. OLE color: 16511633.
HSL color Cylindrical-coordinate representation of color #91F2FB: hue angle of 185.09º 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 #91F2FB is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 242 | 251 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.02 |
| HSL | 185.09º | 0.93% | 0.78% | - |
| HSV(B) | 185.09º | 0.42% | 0.98% | - |
| XYZ | 60.84 | 76.49 | 102.82 | - |
| YUV | 214.02 | 148.86 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 251 | 0.42 | 0.04 | 0 | 0.02 | 185.09 | 0.93 | 0.78 |
| Hex | 91 | F2 | FB | 2A | 4 | 0 | 2 | B9 | 5D | 4E |
| Octal | 221 | 362 | 373 | 52 | 4 | 0 | 2 | 271 | 135 | 116 |
| Binary | 10010001 | 11110010 | 11111011 | 101010 | 100 | 0 | 10 | 10111001 | 1011101 | 1001110 |
Color Harmonies of #91F2FB
Complementary color
Monochromatic Colors of #91F2FB
Black with #91F2FB
Text Example
Text Example
White with #91F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F2FB; }
p { color: rgb(145,242,251); }
H1.HeaderClassName
{
color: #91F2FB;
}
.AnyTagClassName
{
color: #91F2FB;
}
</style>
background-color css
<style>
a { background-color: #91F2FB; }
a { background-color: rgb(145,242,251); }
div.DivClassName
{
background-color: #91F2FB;
}
.BgClassName
{
background-color: #91F2FB;
}
</style>
border-color css
<style>
span { border-color: #91F2FB; }
span { border-color: rgb(145,242,251); }
td.TdClassName
{
border-color: #91F2FB;
}
.TagClassName
{
border-color: #91F2FB;
}
</style>