Shades of Electric Blue #91FBF1
Tints of Electric Blue #91FBF1
RGB
CMYK
RGB Variations
Color information
#91FBF1 (or 0x91FBF1) is known color: Electric Blue. HEX triplet: 91, FB and F1. RGB value is (145,251,241). Sum of RGB (Red+Green+Blue) = 145+251+241=637 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.76% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #91FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FBF1 is #6E040E. Grayscale: #DADADA. Windows color (decimal): -7209999 or 15858577. OLE color: 15858577.
HSL color Cylindrical-coordinate representation of color #91FBF1: hue angle of 174.34º 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 #91FBF1 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 251 | 241 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.02 |
| HSL | 174.34º | 0.93% | 0.78% | - |
| HSV(B) | 174.34º | 0.42% | 0.98% | - |
| XYZ | 62.05 | 81.36 | 95.65 | - |
| YUV | 218.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 251 | 241 | 0.42 | 0 | 0.04 | 0.02 | 174.34 | 0.93 | 0.78 |
| Hex | 91 | FB | F1 | 2A | 0 | 4 | 2 | AE | 5D | 4E |
| Octal | 221 | 373 | 361 | 52 | 0 | 4 | 2 | 256 | 135 | 116 |
| Binary | 10010001 | 11111011 | 11110001 | 101010 | 0 | 100 | 10 | 10101110 | 1011101 | 1001110 |
Color Harmonies of #91FBF1
Complementary color
Monochromatic Colors of #91FBF1
Black with #91FBF1
Text Example
Text Example
White with #91FBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FBF1; }
p { color: rgb(145,251,241); }
H1.HeaderClassName
{
color: #91FBF1;
}
.AnyTagClassName
{
color: #91FBF1;
}
</style>
background-color css
<style>
a { background-color: #91FBF1; }
a { background-color: rgb(145,251,241); }
div.DivClassName
{
background-color: #91FBF1;
}
.BgClassName
{
background-color: #91FBF1;
}
</style>
border-color css
<style>
span { border-color: #91FBF1; }
span { border-color: rgb(145,251,241); }
td.TdClassName
{
border-color: #91FBF1;
}
.TagClassName
{
border-color: #91FBF1;
}
</style>