Shades of Electric Blue #93FCFF
Tints of Electric Blue #93FCFF
RGB
CMYK
RGB Variations
Color information
#93FCFF (or 0x93FCFF) is known color: Electric Blue. HEX triplet: 93, FC and FF. RGB value is (147,252,255). Sum of RGB (Red+Green+Blue) = 147+252+255=654 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.48% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #93FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCFF is #6C0300. Grayscale: #DCDCDC. Windows color (decimal): -7078657 or 16776339. OLE color: 16776339.
HSL color Cylindrical-coordinate representation of color #93FCFF: hue angle of 181.67º 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 #93FCFF is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 252 | 255 | - |
| CMYK | 0.42 | 0.01 | 0 | 0 |
| HSL | 181.67º | 1% | 0.79% | - |
| HSV(B) | 181.67º | 0.42% | 1% | - |
| XYZ | 64.89 | 83.04 | 107.22 | - |
| YUV | 220.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 255 | 0.42 | 0.01 | 0 | 0 | 181.67 | 1 | 0.79 |
| Hex | 93 | FC | FF | 2A | 1 | 0 | 0 | B6 | 64 | 4F |
| Octal | 223 | 374 | 377 | 52 | 1 | 0 | 0 | 266 | 144 | 117 |
| Binary | 10010011 | 11111100 | 11111111 | 101010 | 1 | 0 | 0 | 10110110 | 1100100 | 1001111 |
Color Harmonies of #93FCFF
Complementary color
Monochromatic Colors of #93FCFF
Black with #93FCFF
Text Example
Text Example
White with #93FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCFF; }
p { color: rgb(147,252,255); }
H1.HeaderClassName
{
color: #93FCFF;
}
.AnyTagClassName
{
color: #93FCFF;
}
</style>
background-color css
<style>
a { background-color: #93FCFF; }
a { background-color: rgb(147,252,255); }
div.DivClassName
{
background-color: #93FCFF;
}
.BgClassName
{
background-color: #93FCFF;
}
</style>
border-color css
<style>
span { border-color: #93FCFF; }
span { border-color: rgb(147,252,255); }
td.TdClassName
{
border-color: #93FCFF;
}
.TagClassName
{
border-color: #93FCFF;
}
</style>