Shades of Electric Blue #91F0F7
Tints of Electric Blue #91F0F7
RGB
CMYK
RGB Variations
Color information
#91F0F7 (or 0x91F0F7) is known color: Electric Blue. HEX triplet: 91, F0 and F7. RGB value is (145,240,247). Sum of RGB (Red+Green+Blue) = 145+240+247=632 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.94% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #91F0F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F0F7 is #6E0F08. Grayscale: #D4D4D4. Windows color (decimal): -7212809 or 16248977. OLE color: 16248977.
HSL color Cylindrical-coordinate representation of color #91F0F7: hue angle of 184.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #91F0F7 is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 240 | 247 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.03 |
| HSL | 184.12º | 0.86% | 0.77% | - |
| HSV(B) | 184.12º | 0.41% | 0.97% | - |
| XYZ | 59.63 | 75.06 | 99.34 | - |
| YUV | 212.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 247 | 0.41 | 0.03 | 0 | 0.03 | 184.12 | 0.86 | 0.77 |
| Hex | 91 | F0 | F7 | 29 | 3 | 0 | 3 | B8 | 56 | 4D |
| Octal | 221 | 360 | 367 | 51 | 3 | 0 | 3 | 270 | 126 | 115 |
| Binary | 10010001 | 11110000 | 11110111 | 101001 | 11 | 0 | 11 | 10111000 | 1010110 | 1001101 |
Color Harmonies of #91F0F7
Complementary color
Monochromatic Colors of #91F0F7
Black with #91F0F7
Text Example
Text Example
White with #91F0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0F7; }
p { color: rgb(145,240,247); }
H1.HeaderClassName
{
color: #91F0F7;
}
.AnyTagClassName
{
color: #91F0F7;
}
</style>
background-color css
<style>
a { background-color: #91F0F7; }
a { background-color: rgb(145,240,247); }
div.DivClassName
{
background-color: #91F0F7;
}
.BgClassName
{
background-color: #91F0F7;
}
</style>
border-color css
<style>
span { border-color: #91F0F7; }
span { border-color: rgb(145,240,247); }
td.TdClassName
{
border-color: #91F0F7;
}
.TagClassName
{
border-color: #91F0F7;
}
</style>