Shades of Electric Blue #91FDF2
Tints of Electric Blue #91FDF2
RGB
CMYK
RGB Variations
Color information
#91FDF2 (or 0x91FDF2) is known color: Electric Blue. HEX triplet: 91, FD and F2. RGB value is (145,253,242). Sum of RGB (Red+Green+Blue) = 145+253+242=640 (84% of max value = 765). Red value is 145 (57.03% from 255 or 22.66% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 242 (94.92% from 255 or 37.81% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #91FDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91FDF2 is #6E020D. Grayscale: #DBDBDB. Windows color (decimal): -7209486 or 15924625. OLE color: 15924625.
HSL color Cylindrical-coordinate representation of color #91FDF2: hue angle of 173.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #91FDF2 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 253 | 242 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.01 |
| HSL | 173.89º | 0.96% | 0.78% | - |
| HSV(B) | 173.89º | 0.43% | 0.99% | - |
| XYZ | 62.83 | 82.68 | 96.65 | - |
| YUV | 219.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 253 | 242 | 0.43 | 0 | 0.04 | 0.01 | 173.89 | 0.96 | 0.78 |
| Hex | 91 | FD | F2 | 2B | 0 | 4 | 1 | AE | 60 | 4E |
| Octal | 221 | 375 | 362 | 53 | 0 | 4 | 1 | 256 | 140 | 116 |
| Binary | 10010001 | 11111101 | 11110010 | 101011 | 0 | 100 | 1 | 10101110 | 1100000 | 1001110 |
Color Harmonies of #91FDF2
Complementary color
Monochromatic Colors of #91FDF2
Black with #91FDF2
Text Example
Text Example
White with #91FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91FDF2; }
p { color: rgb(145,253,242); }
H1.HeaderClassName
{
color: #91FDF2;
}
.AnyTagClassName
{
color: #91FDF2;
}
</style>
background-color css
<style>
a { background-color: #91FDF2; }
a { background-color: rgb(145,253,242); }
div.DivClassName
{
background-color: #91FDF2;
}
.BgClassName
{
background-color: #91FDF2;
}
</style>
border-color css
<style>
span { border-color: #91FDF2; }
span { border-color: rgb(145,253,242); }
td.TdClassName
{
border-color: #91FDF2;
}
.TagClassName
{
border-color: #91FDF2;
}
</style>