Shades of Electric Blue #93FDFB
Tints of Electric Blue #93FDFB
RGB
CMYK
RGB Variations
Color information
#93FDFB (or 0x93FDFB) is known color: Electric Blue. HEX triplet: 93, FD and FB. RGB value is (147,253,251). Sum of RGB (Red+Green+Blue) = 147+253+251=651 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.58% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FDFB is #6C0204. Grayscale: #DCDCDC. Windows color (decimal): -7078405 or 16514451. OLE color: 16514451.
HSL color Cylindrical-coordinate representation of color #93FDFB: hue angle of 178.87º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FDFB is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 251 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.01 |
| HSL | 178.87º | 0.96% | 0.78% | - |
| HSV(B) | 178.87º | 0.42% | 0.99% | - |
| XYZ | 64.57 | 83.42 | 103.97 | - |
| YUV | 221.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 251 | 0.42 | 0 | 0.01 | 0.01 | 178.87 | 0.96 | 0.78 |
| Hex | 93 | FD | FB | 2A | 0 | 1 | 1 | B3 | 60 | 4E |
| Octal | 223 | 375 | 373 | 52 | 0 | 1 | 1 | 263 | 140 | 116 |
| Binary | 10010011 | 11111101 | 11111011 | 101010 | 0 | 1 | 1 | 10110011 | 1100000 | 1001110 |
Color Harmonies of #93FDFB
Complementary color
Monochromatic Colors of #93FDFB
Black with #93FDFB
Text Example
Text Example
White with #93FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDFB; }
p { color: rgb(147,253,251); }
H1.HeaderClassName
{
color: #93FDFB;
}
.AnyTagClassName
{
color: #93FDFB;
}
</style>
background-color css
<style>
a { background-color: #93FDFB; }
a { background-color: rgb(147,253,251); }
div.DivClassName
{
background-color: #93FDFB;
}
.BgClassName
{
background-color: #93FDFB;
}
</style>
border-color css
<style>
span { border-color: #93FDFB; }
span { border-color: rgb(147,253,251); }
td.TdClassName
{
border-color: #93FDFB;
}
.TagClassName
{
border-color: #93FDFB;
}
</style>