Shades of Electric Blue #93FEED
Tints of Electric Blue #93FEED
RGB
CMYK
RGB Variations
Color information
#93FEED (or 0x93FEED) is known color: Electric Blue. HEX triplet: 93, FE and ED. RGB value is (147,254,237). Sum of RGB (Red+Green+Blue) = 147+254+237=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEED is #6C0112. Grayscale: #DCDCDC. Windows color (decimal): -7078163 or 15597203. OLE color: 15597203.
HSL color Cylindrical-coordinate representation of color #93FEED: hue angle of 170.47º 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 #93FEED is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 237 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.00 |
| HSL | 170.47º | 0.98% | 0.79% | - |
| HSV(B) | 170.47º | 0.42% | 1% | - |
| XYZ | 62.76 | 83.2 | 92.87 | - |
| YUV | 220.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 237 | 0.42 | 0 | 0.07 | 0.00 | 170.47 | 0.98 | 0.79 |
| Hex | 93 | FE | ED | 2A | 0 | 7 | 0 | AA | 62 | 4F |
| Octal | 223 | 376 | 355 | 52 | 0 | 7 | 0 | 252 | 142 | 117 |
| Binary | 10010011 | 11111110 | 11101101 | 101010 | 0 | 111 | 0 | 10101010 | 1100010 | 1001111 |
Color Harmonies of #93FEED
Complementary color
Monochromatic Colors of #93FEED
Black with #93FEED
Text Example
Text Example
White with #93FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FEED; }
p { color: rgb(147,254,237); }
H1.HeaderClassName
{
color: #93FEED;
}
.AnyTagClassName
{
color: #93FEED;
}
</style>
background-color css
<style>
a { background-color: #93FEED; }
a { background-color: rgb(147,254,237); }
div.DivClassName
{
background-color: #93FEED;
}
.BgClassName
{
background-color: #93FEED;
}
</style>
border-color css
<style>
span { border-color: #93FEED; }
span { border-color: rgb(147,254,237); }
td.TdClassName
{
border-color: #93FEED;
}
.TagClassName
{
border-color: #93FEED;
}
</style>