Shades of Electric Blue #93FFF2
Tints of Electric Blue #93FFF2
RGB
CMYK
RGB Variations
Color information
#93FFF2 (or 0x93FFF2) is known color: Electric Blue. HEX triplet: 93, FF and F2. RGB value is (147,255,242). Sum of RGB (Red+Green+Blue) = 147+255+242=644 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.83% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFF2 is #6C000D. Grayscale: #DDDDDD. Windows color (decimal): -7077902 or 15925139. OLE color: 15925139.
HSL color Cylindrical-coordinate representation of color #93FFF2: hue angle of 172.78º 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 #93FFF2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 242 | - |
| CMYK | 0.42 | 0 | 0.05 | 0 |
| HSL | 172.78º | 1% | 0.79% | - |
| HSV(B) | 172.78º | 0.42% | 1% | - |
| XYZ | 63.82 | 84.13 | 96.88 | - |
| YUV | 221.23 | 139.72 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 242 | 0.42 | 0 | 0.05 | 0 | 172.78 | 1 | 0.79 |
| Hex | 93 | FF | F2 | 2A | 0 | 5 | 0 | AD | 64 | 4F |
| Octal | 223 | 377 | 362 | 52 | 0 | 5 | 0 | 255 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11110010 | 101010 | 0 | 101 | 0 | 10101101 | 1100100 | 1001111 |
Color Harmonies of #93FFF2
Complementary color
Monochromatic Colors of #93FFF2
Black with #93FFF2
Text Example
Text Example
White with #93FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFF2; }
p { color: rgb(147,255,242); }
H1.HeaderClassName
{
color: #93FFF2;
}
.AnyTagClassName
{
color: #93FFF2;
}
</style>
background-color css
<style>
a { background-color: #93FFF2; }
a { background-color: rgb(147,255,242); }
div.DivClassName
{
background-color: #93FFF2;
}
.BgClassName
{
background-color: #93FFF2;
}
</style>
border-color css
<style>
span { border-color: #93FFF2; }
span { border-color: rgb(147,255,242); }
td.TdClassName
{
border-color: #93FFF2;
}
.TagClassName
{
border-color: #93FFF2;
}
</style>