Shades of Electric Blue #93FCEC
Tints of Electric Blue #93FCEC
RGB
CMYK
RGB Variations
Color information
#93FCEC (or 0x93FCEC) is known color: Electric Blue. HEX triplet: 93, FC and EC. RGB value is (147,252,236). Sum of RGB (Red+Green+Blue) = 147+252+236=635 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.15% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCEC is #6C0313. Grayscale: #DADADA. Windows color (decimal): -7078676 or 15531155. OLE color: 15531155.
HSL color Cylindrical-coordinate representation of color #93FCEC: hue angle of 170.86º 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 #93FCEC is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 236 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.01 |
| HSL | 170.86º | 0.95% | 0.78% | - |
| HSV(B) | 170.86º | 0.42% | 0.99% | - |
| XYZ | 61.98 | 81.88 | 91.89 | - |
| YUV | 218.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 236 | 0.42 | 0 | 0.06 | 0.01 | 170.86 | 0.95 | 0.78 |
| Hex | 93 | FC | EC | 2A | 0 | 6 | 1 | AB | 5F | 4E |
| Octal | 223 | 374 | 354 | 52 | 0 | 6 | 1 | 253 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11101100 | 101010 | 0 | 110 | 1 | 10101011 | 1011111 | 1001110 |
Color Harmonies of #93FCEC
Complementary color
Monochromatic Colors of #93FCEC
Black with #93FCEC
Text Example
Text Example
White with #93FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCEC; }
p { color: rgb(147,252,236); }
H1.HeaderClassName
{
color: #93FCEC;
}
.AnyTagClassName
{
color: #93FCEC;
}
</style>
background-color css
<style>
a { background-color: #93FCEC; }
a { background-color: rgb(147,252,236); }
div.DivClassName
{
background-color: #93FCEC;
}
.BgClassName
{
background-color: #93FCEC;
}
</style>
border-color css
<style>
span { border-color: #93FCEC; }
span { border-color: rgb(147,252,236); }
td.TdClassName
{
border-color: #93FCEC;
}
.TagClassName
{
border-color: #93FCEC;
}
</style>