Shades of Electric Blue #93FFF1
Tints of Electric Blue #93FFF1
RGB
CMYK
RGB Variations
Color information
#93FFF1 (or 0x93FFF1) is known color: Electric Blue. HEX triplet: 93, FF and F1. RGB value is (147,255,241). Sum of RGB (Red+Green+Blue) = 147+255+241=643 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.86% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FFF1 is #6C000E. Grayscale: #DDDDDD. Windows color (decimal): -7077903 or 15859603. OLE color: 15859603.
HSL color Cylindrical-coordinate representation of color #93FFF1: hue angle of 172.22º 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 #93FFF1 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 241 | - |
| CMYK | 0.42 | 0 | 0.05 | 0 |
| HSL | 172.22º | 1% | 0.79% | - |
| HSV(B) | 172.22º | 0.42% | 1% | - |
| XYZ | 63.67 | 84.07 | 96.09 | - |
| YUV | 221.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 241 | 0.42 | 0 | 0.05 | 0 | 172.22 | 1 | 0.79 |
| Hex | 93 | FF | F1 | 2A | 0 | 5 | 0 | AC | 64 | 4F |
| Octal | 223 | 377 | 361 | 52 | 0 | 5 | 0 | 254 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11110001 | 101010 | 0 | 101 | 0 | 10101100 | 1100100 | 1001111 |
Color Harmonies of #93FFF1
Complementary color
Monochromatic Colors of #93FFF1
Black with #93FFF1
Text Example
Text Example
White with #93FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFF1; }
p { color: rgb(147,255,241); }
H1.HeaderClassName
{
color: #93FFF1;
}
.AnyTagClassName
{
color: #93FFF1;
}
</style>
background-color css
<style>
a { background-color: #93FFF1; }
a { background-color: rgb(147,255,241); }
div.DivClassName
{
background-color: #93FFF1;
}
.BgClassName
{
background-color: #93FFF1;
}
</style>
border-color css
<style>
span { border-color: #93FFF1; }
span { border-color: rgb(147,255,241); }
td.TdClassName
{
border-color: #93FFF1;
}
.TagClassName
{
border-color: #93FFF1;
}
</style>