Shades of Electric Blue #93FEFC
Tints of Electric Blue #93FEFC
RGB
CMYK
RGB Variations
Color information
#93FEFC (or 0x93FEFC) is known color: Electric Blue. HEX triplet: 93, FE and FC. RGB value is (147,254,252). Sum of RGB (Red+Green+Blue) = 147+254+252=653 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.51% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #93FEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEFC is #6C0103. Grayscale: #DDDDDD. Windows color (decimal): -7078148 or 16580243. OLE color: 16580243.
HSL color Cylindrical-coordinate representation of color #93FEFC: hue angle of 178.88º 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 #93FEFC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 252 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.00 |
| HSL | 178.88º | 0.98% | 0.79% | - |
| HSV(B) | 178.88º | 0.42% | 1% | - |
| XYZ | 65.05 | 84.11 | 104.9 | - |
| YUV | 221.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 252 | 0.42 | 0 | 0.01 | 0.00 | 178.88 | 0.98 | 0.79 |
| Hex | 93 | FE | FC | 2A | 0 | 1 | 0 | B3 | 62 | 4F |
| Octal | 223 | 376 | 374 | 52 | 0 | 1 | 0 | 263 | 142 | 117 |
| Binary | 10010011 | 11111110 | 11111100 | 101010 | 0 | 1 | 0 | 10110011 | 1100010 | 1001111 |
Color Harmonies of #93FEFC
Complementary color
Monochromatic Colors of #93FEFC
Black with #93FEFC
Text Example
Text Example
White with #93FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FEFC; }
p { color: rgb(147,254,252); }
H1.HeaderClassName
{
color: #93FEFC;
}
.AnyTagClassName
{
color: #93FEFC;
}
</style>
background-color css
<style>
a { background-color: #93FEFC; }
a { background-color: rgb(147,254,252); }
div.DivClassName
{
background-color: #93FEFC;
}
.BgClassName
{
background-color: #93FEFC;
}
</style>
border-color css
<style>
span { border-color: #93FEFC; }
span { border-color: rgb(147,254,252); }
td.TdClassName
{
border-color: #93FEFC;
}
.TagClassName
{
border-color: #93FEFC;
}
</style>