Shades of Electric Blue #93F3F6
Tints of Electric Blue #93F3F6
RGB
CMYK
RGB Variations
Color information
#93F3F6 (or 0x93F3F6) is known color: Electric Blue. HEX triplet: 93, F3 and F6. RGB value is (147,243,246). Sum of RGB (Red+Green+Blue) = 147+243+246=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #93F3F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F3F6 is #6C0C09. Grayscale: #D6D6D6. Windows color (decimal): -7080970 or 16184211. OLE color: 16184211.
HSL color Cylindrical-coordinate representation of color #93F3F6: hue angle of 181.82º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F3F6 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 243 | 246 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.04 |
| HSL | 181.82º | 0.85% | 0.77% | - |
| HSV(B) | 181.82º | 0.4% | 0.96% | - |
| XYZ | 60.72 | 76.96 | 98.84 | - |
| YUV | 214.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 246 | 0.40 | 0.01 | 0 | 0.04 | 181.82 | 0.85 | 0.77 |
| Hex | 93 | F3 | F6 | 28 | 1 | 0 | 4 | B6 | 55 | 4D |
| Octal | 223 | 363 | 366 | 50 | 1 | 0 | 4 | 266 | 125 | 115 |
| Binary | 10010011 | 11110011 | 11110110 | 101000 | 1 | 0 | 100 | 10110110 | 1010101 | 1001101 |
Color Harmonies of #93F3F6
Complementary color
Monochromatic Colors of #93F3F6
Black with #93F3F6
Text Example
Text Example
White with #93F3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F3F6; }
p { color: rgb(147,243,246); }
H1.HeaderClassName
{
color: #93F3F6;
}
.AnyTagClassName
{
color: #93F3F6;
}
</style>
background-color css
<style>
a { background-color: #93F3F6; }
a { background-color: rgb(147,243,246); }
div.DivClassName
{
background-color: #93F3F6;
}
.BgClassName
{
background-color: #93F3F6;
}
</style>
border-color css
<style>
span { border-color: #93F3F6; }
span { border-color: rgb(147,243,246); }
td.TdClassName
{
border-color: #93F3F6;
}
.TagClassName
{
border-color: #93F3F6;
}
</style>