Shades of Electric Blue #93FEF2
Tints of Electric Blue #93FEF2
RGB
CMYK
RGB Variations
Color information
#93FEF2 (or 0x93FEF2) is known color: Electric Blue. HEX triplet: 93, FE and F2. RGB value is (147,254,242). Sum of RGB (Red+Green+Blue) = 147+254+242=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEF2 is #6C010D. Grayscale: #DCDCDC. Windows color (decimal): -7078158 or 15924883. OLE color: 15924883.
HSL color Cylindrical-coordinate representation of color #93FEF2: hue angle of 173.27º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEF2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 242 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.00 |
| HSL | 173.27º | 0.98% | 0.79% | - |
| HSV(B) | 173.27º | 0.42% | 1% | - |
| XYZ | 63.5 | 83.5 | 96.77 | - |
| YUV | 220.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 242 | 0.42 | 0 | 0.05 | 0.00 | 173.27 | 0.98 | 0.79 |
| Hex | 93 | FE | F2 | 2A | 0 | 5 | 0 | AD | 62 | 4F |
| Octal | 223 | 376 | 362 | 52 | 0 | 5 | 0 | 255 | 142 | 117 |
| Binary | 10010011 | 11111110 | 11110010 | 101010 | 0 | 101 | 0 | 10101101 | 1100010 | 1001111 |
Color Harmonies of #93FEF2
Complementary color
Monochromatic Colors of #93FEF2
Black with #93FEF2
Text Example
Text Example
White with #93FEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FEF2; }
p { color: rgb(147,254,242); }
H1.HeaderClassName
{
color: #93FEF2;
}
.AnyTagClassName
{
color: #93FEF2;
}
</style>
background-color css
<style>
a { background-color: #93FEF2; }
a { background-color: rgb(147,254,242); }
div.DivClassName
{
background-color: #93FEF2;
}
.BgClassName
{
background-color: #93FEF2;
}
</style>
border-color css
<style>
span { border-color: #93FEF2; }
span { border-color: rgb(147,254,242); }
td.TdClassName
{
border-color: #93FEF2;
}
.TagClassName
{
border-color: #93FEF2;
}
</style>