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