Shades of Electric Blue #91FFEE
Tints of Electric Blue #91FFEE
RGB
CMYK
RGB Variations
Color information
#91FFEE (or 0x91FFEE) is known color: Electric Blue. HEX triplet: 91, FF and EE. RGB value is (145,255,238). Sum of RGB (Red+Green+Blue) = 145+255+238=638 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.73% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #91FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FFEE is #6E0011. Grayscale: #DCDCDC. Windows color (decimal): -7208978 or 15662993. OLE color: 15662993.
HSL color Cylindrical-coordinate representation of color #91FFEE: hue angle of 170.73º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FFEE is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 255 | 238 | - |
| CMYK | 0.43 | 0 | 0.07 | 0 |
| HSL | 170.73º | 1% | 0.78% | - |
| HSV(B) | 170.73º | 0.43% | 1% | - |
| XYZ | 62.87 | 83.71 | 93.73 | - |
| YUV | 220.17 | 138.06 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 255 | 238 | 0.43 | 0 | 0.07 | 0 | 170.73 | 1 | 0.78 |
| Hex | 91 | FF | EE | 2B | 0 | 7 | 0 | AB | 64 | 4E |
| Octal | 221 | 377 | 356 | 53 | 0 | 7 | 0 | 253 | 144 | 116 |
| Binary | 10010001 | 11111111 | 11101110 | 101011 | 0 | 111 | 0 | 10101011 | 1100100 | 1001110 |
Color Harmonies of #91FFEE
Complementary color
Monochromatic Colors of #91FFEE
Black with #91FFEE
Text Example
Text Example
White with #91FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FFEE; }
p { color: rgb(145,255,238); }
H1.HeaderClassName
{
color: #91FFEE;
}
.AnyTagClassName
{
color: #91FFEE;
}
</style>
background-color css
<style>
a { background-color: #91FFEE; }
a { background-color: rgb(145,255,238); }
div.DivClassName
{
background-color: #91FFEE;
}
.BgClassName
{
background-color: #91FFEE;
}
</style>
border-color css
<style>
span { border-color: #91FFEE; }
span { border-color: rgb(145,255,238); }
td.TdClassName
{
border-color: #91FFEE;
}
.TagClassName
{
border-color: #91FFEE;
}
</style>