Shades of Electric Blue #91F9EE
Tints of Electric Blue #91F9EE
RGB
CMYK
RGB Variations
Color information
#91F9EE (or 0x91F9EE) is known color: Electric Blue. HEX triplet: 91, F9 and EE. RGB value is (145,249,238). Sum of RGB (Red+Green+Blue) = 145+249+238=632 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.94% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #91F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F9EE is #6E0611. Grayscale: #D8D8D8. Windows color (decimal): -7210514 or 15661457. OLE color: 15661457.
HSL color Cylindrical-coordinate representation of color #91F9EE: hue angle of 173.65º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91F9EE is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 249 | 238 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.02 |
| HSL | 173.65º | 0.9% | 0.77% | - |
| HSV(B) | 173.65º | 0.42% | 0.98% | - |
| XYZ | 60.99 | 79.94 | 93.11 | - |
| YUV | 216.65 | 140.04 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 249 | 238 | 0.42 | 0 | 0.04 | 0.02 | 173.65 | 0.9 | 0.77 |
| Hex | 91 | F9 | EE | 2A | 0 | 4 | 2 | AE | 5A | 4D |
| Octal | 221 | 371 | 356 | 52 | 0 | 4 | 2 | 256 | 132 | 115 |
| Binary | 10010001 | 11111001 | 11101110 | 101010 | 0 | 100 | 10 | 10101110 | 1011010 | 1001101 |
Color Harmonies of #91F9EE
Complementary color
Monochromatic Colors of #91F9EE
Black with #91F9EE
Text Example
Text Example
White with #91F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F9EE; }
p { color: rgb(145,249,238); }
H1.HeaderClassName
{
color: #91F9EE;
}
.AnyTagClassName
{
color: #91F9EE;
}
</style>
background-color css
<style>
a { background-color: #91F9EE; }
a { background-color: rgb(145,249,238); }
div.DivClassName
{
background-color: #91F9EE;
}
.BgClassName
{
background-color: #91F9EE;
}
</style>
border-color css
<style>
span { border-color: #91F9EE; }
span { border-color: rgb(145,249,238); }
td.TdClassName
{
border-color: #91F9EE;
}
.TagClassName
{
border-color: #91F9EE;
}
</style>