Shades of Electric Blue #93FEFF
Tints of Electric Blue #93FEFF
RGB
CMYK
RGB Variations
Color information
#93FEFF (or 0x93FEFF) is known color: Electric Blue. HEX triplet: 93, FE and FF. RGB value is (147,254,255). Sum of RGB (Red+Green+Blue) = 147+254+255=656 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.41% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #93FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FEFF is #6C0100. Grayscale: #DEDEDE. Windows color (decimal): -7078145 or 16776851. OLE color: 16776851.
HSL color Cylindrical-coordinate representation of color #93FEFF: hue angle of 180.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FEFF is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 254 | 255 | - |
| CMYK | 0.42 | 0.00 | 0 | 0 |
| HSL | 180.56º | 1% | 0.79% | - |
| HSV(B) | 180.56º | 0.42% | 1% | - |
| XYZ | 65.52 | 84.31 | 107.43 | - |
| YUV | 222.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 255 | 0.42 | 0.00 | 0 | 0 | 180.56 | 1 | 0.79 |
| Hex | 93 | FE | FF | 2A | 0 | 0 | 0 | B5 | 64 | 4F |
| Octal | 223 | 376 | 377 | 52 | 0 | 0 | 0 | 265 | 144 | 117 |
| Binary | 10010011 | 11111110 | 11111111 | 101010 | 0 | 0 | 0 | 10110101 | 1100100 | 1001111 |
Color Harmonies of #93FEFF
Complementary color
Monochromatic Colors of #93FEFF
Black with #93FEFF
Text Example
Text Example
White with #93FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FEFF; }
p { color: rgb(147,254,255); }
H1.HeaderClassName
{
color: #93FEFF;
}
.AnyTagClassName
{
color: #93FEFF;
}
</style>
background-color css
<style>
a { background-color: #93FEFF; }
a { background-color: rgb(147,254,255); }
div.DivClassName
{
background-color: #93FEFF;
}
.BgClassName
{
background-color: #93FEFF;
}
</style>
border-color css
<style>
span { border-color: #93FEFF; }
span { border-color: rgb(147,254,255); }
td.TdClassName
{
border-color: #93FEFF;
}
.TagClassName
{
border-color: #93FEFF;
}
</style>