Shades of Electric Blue #93F8FF
Tints of Electric Blue #93F8FF
RGB
CMYK
RGB Variations
Color information
#93F8FF (or 0x93F8FF) is known color: Electric Blue. HEX triplet: 93, F8 and FF. RGB value is (147,248,255). Sum of RGB (Red+Green+Blue) = 147+248+255=650 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.62% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #93F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F8FF is #6C0700. Grayscale: #DADADA. Windows color (decimal): -7079681 or 16775315. OLE color: 16775315.
HSL color Cylindrical-coordinate representation of color #93F8FF: hue angle of 183.89º 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 #93F8FF is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 248 | 255 | - |
| CMYK | 0.42 | 0.03 | 0 | 0 |
| HSL | 183.89º | 1% | 0.79% | - |
| HSV(B) | 183.89º | 0.42% | 1% | - |
| XYZ | 63.65 | 80.56 | 106.8 | - |
| YUV | 218.6 | 148.54 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 255 | 0.42 | 0.03 | 0 | 0 | 183.89 | 1 | 0.79 |
| Hex | 93 | F8 | FF | 2A | 3 | 0 | 0 | B8 | 64 | 4F |
| Octal | 223 | 370 | 377 | 52 | 3 | 0 | 0 | 270 | 144 | 117 |
| Binary | 10010011 | 11111000 | 11111111 | 101010 | 11 | 0 | 0 | 10111000 | 1100100 | 1001111 |
Color Harmonies of #93F8FF
Complementary color
Monochromatic Colors of #93F8FF
Black with #93F8FF
Text Example
Text Example
White with #93F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F8FF; }
p { color: rgb(147,248,255); }
H1.HeaderClassName
{
color: #93F8FF;
}
.AnyTagClassName
{
color: #93F8FF;
}
</style>
background-color css
<style>
a { background-color: #93F8FF; }
a { background-color: rgb(147,248,255); }
div.DivClassName
{
background-color: #93F8FF;
}
.BgClassName
{
background-color: #93F8FF;
}
</style>
border-color css
<style>
span { border-color: #93F8FF; }
span { border-color: rgb(147,248,255); }
td.TdClassName
{
border-color: #93F8FF;
}
.TagClassName
{
border-color: #93F8FF;
}
</style>