Shades of Electric Blue #93FCF0
Tints of Electric Blue #93FCF0
RGB
CMYK
RGB Variations
Color information
#93FCF0 (or 0x93FCF0) is known color: Electric Blue. HEX triplet: 93, FC and F0. RGB value is (147,252,240). Sum of RGB (Red+Green+Blue) = 147+252+240=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCF0 is #6C030F. Grayscale: #DBDBDB. Windows color (decimal): -7078672 or 15793299. OLE color: 15793299.
HSL color Cylindrical-coordinate representation of color #93FCF0: hue angle of 173.14º degrees, saturation: 0.95, 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 #93FCF0 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 240 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.01 |
| HSL | 173.14º | 0.95% | 0.78% | - |
| HSV(B) | 173.14º | 0.42% | 0.99% | - |
| XYZ | 62.57 | 82.12 | 94.99 | - |
| YUV | 219.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 240 | 0.42 | 0 | 0.05 | 0.01 | 173.14 | 0.95 | 0.78 |
| Hex | 93 | FC | F0 | 2A | 0 | 5 | 1 | AD | 5F | 4E |
| Octal | 223 | 374 | 360 | 52 | 0 | 5 | 1 | 255 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11110000 | 101010 | 0 | 101 | 1 | 10101101 | 1011111 | 1001110 |
Color Harmonies of #93FCF0
Complementary color
Monochromatic Colors of #93FCF0
Black with #93FCF0
Text Example
Text Example
White with #93FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCF0; }
p { color: rgb(147,252,240); }
H1.HeaderClassName
{
color: #93FCF0;
}
.AnyTagClassName
{
color: #93FCF0;
}
</style>
background-color css
<style>
a { background-color: #93FCF0; }
a { background-color: rgb(147,252,240); }
div.DivClassName
{
background-color: #93FCF0;
}
.BgClassName
{
background-color: #93FCF0;
}
</style>
border-color css
<style>
span { border-color: #93FCF0; }
span { border-color: rgb(147,252,240); }
td.TdClassName
{
border-color: #93FCF0;
}
.TagClassName
{
border-color: #93FCF0;
}
</style>