Shades of Electric Blue #91F3ED
Tints of Electric Blue #91F3ED
RGB
CMYK
RGB Variations
Color information
#91F3ED (or 0x91F3ED) is known color: Electric Blue. HEX triplet: 91, F3 and ED. RGB value is (145,243,237). Sum of RGB (Red+Green+Blue) = 145+243+237=625 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.2% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #91F3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F3ED is #6E0C12. Grayscale: #D4D4D4. Windows color (decimal): -7212051 or 15594385. OLE color: 15594385.
HSL color Cylindrical-coordinate representation of color #91F3ED: hue angle of 176.33º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F3ED is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 237 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.05 |
| HSL | 176.33º | 0.8% | 0.76% | - |
| HSV(B) | 176.33º | 0.4% | 0.95% | - |
| XYZ | 59.01 | 76.24 | 91.73 | - |
| YUV | 213.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 237 | 0.40 | 0 | 0.02 | 0.05 | 176.33 | 0.8 | 0.76 |
| Hex | 91 | F3 | ED | 28 | 0 | 2 | 5 | B0 | 50 | 4C |
| Octal | 221 | 363 | 355 | 50 | 0 | 2 | 5 | 260 | 120 | 114 |
| Binary | 10010001 | 11110011 | 11101101 | 101000 | 0 | 10 | 101 | 10110000 | 1010000 | 1001100 |
Color Harmonies of #91F3ED
Complementary color
Monochromatic Colors of #91F3ED
Black with #91F3ED
Text Example
Text Example
White with #91F3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F3ED; }
p { color: rgb(145,243,237); }
H1.HeaderClassName
{
color: #91F3ED;
}
.AnyTagClassName
{
color: #91F3ED;
}
</style>
background-color css
<style>
a { background-color: #91F3ED; }
a { background-color: rgb(145,243,237); }
div.DivClassName
{
background-color: #91F3ED;
}
.BgClassName
{
background-color: #91F3ED;
}
</style>
border-color css
<style>
span { border-color: #91F3ED; }
span { border-color: rgb(145,243,237); }
td.TdClassName
{
border-color: #91F3ED;
}
.TagClassName
{
border-color: #91F3ED;
}
</style>