Shades of Electric Blue #93F4FF
Tints of Electric Blue #93F4FF
RGB
CMYK
RGB Variations
Color information
#93F4FF (or 0x93F4FF) is known color: Electric Blue. HEX triplet: 93, F4 and FF. RGB value is (147,244,255). Sum of RGB (Red+Green+Blue) = 147+244+255=646 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.76% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #93F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F4FF is #6C0B00. Grayscale: #D8D8D8. Windows color (decimal): -7080705 or 16774291. OLE color: 16774291.
HSL color Cylindrical-coordinate representation of color #93F4FF: hue angle of 186.11º 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 #93F4FF is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 244 | 255 | - |
| CMYK | 0.42 | 0.04 | 0 | 0 |
| HSL | 186.11º | 1% | 0.79% | - |
| HSV(B) | 186.11º | 0.42% | 1% | - |
| XYZ | 62.43 | 78.12 | 106.4 | - |
| YUV | 216.25 | 149.86 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 255 | 0.42 | 0.04 | 0 | 0 | 186.11 | 1 | 0.79 |
| Hex | 93 | F4 | FF | 2A | 4 | 0 | 0 | BA | 64 | 4F |
| Octal | 223 | 364 | 377 | 52 | 4 | 0 | 0 | 272 | 144 | 117 |
| Binary | 10010011 | 11110100 | 11111111 | 101010 | 100 | 0 | 0 | 10111010 | 1100100 | 1001111 |
Color Harmonies of #93F4FF
Complementary color
Monochromatic Colors of #93F4FF
Black with #93F4FF
Text Example
Text Example
White with #93F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F4FF; }
p { color: rgb(147,244,255); }
H1.HeaderClassName
{
color: #93F4FF;
}
.AnyTagClassName
{
color: #93F4FF;
}
</style>
background-color css
<style>
a { background-color: #93F4FF; }
a { background-color: rgb(147,244,255); }
div.DivClassName
{
background-color: #93F4FF;
}
.BgClassName
{
background-color: #93F4FF;
}
</style>
border-color css
<style>
span { border-color: #93F4FF; }
span { border-color: rgb(147,244,255); }
td.TdClassName
{
border-color: #93F4FF;
}
.TagClassName
{
border-color: #93F4FF;
}
</style>