Shades of Electric Blue #93FCEE
Tints of Electric Blue #93FCEE
RGB
CMYK
RGB Variations
Color information
#93FCEE (or 0x93FCEE) is known color: Electric Blue. HEX triplet: 93, FC and EE. RGB value is (147,252,238). Sum of RGB (Red+Green+Blue) = 147+252+238=637 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.08% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCEE is #6C0311. Grayscale: #DADADA. Windows color (decimal): -7078674 or 15662227. OLE color: 15662227.
HSL color Cylindrical-coordinate representation of color #93FCEE: hue angle of 172º 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 #93FCEE is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 238 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.01 |
| HSL | 172º | 0.95% | 0.78% | - |
| HSV(B) | 172º | 0.42% | 0.99% | - |
| XYZ | 62.28 | 82 | 93.43 | - |
| YUV | 219.01 | 138.71 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 238 | 0.42 | 0 | 0.06 | 0.01 | 172 | 0.95 | 0.78 |
| Hex | 93 | FC | EE | 2A | 0 | 6 | 1 | AC | 5F | 4E |
| Octal | 223 | 374 | 356 | 52 | 0 | 6 | 1 | 254 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11101110 | 101010 | 0 | 110 | 1 | 10101100 | 1011111 | 1001110 |
Color Harmonies of #93FCEE
Complementary color
Monochromatic Colors of #93FCEE
Black with #93FCEE
Text Example
Text Example
White with #93FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCEE; }
p { color: rgb(147,252,238); }
H1.HeaderClassName
{
color: #93FCEE;
}
.AnyTagClassName
{
color: #93FCEE;
}
</style>
background-color css
<style>
a { background-color: #93FCEE; }
a { background-color: rgb(147,252,238); }
div.DivClassName
{
background-color: #93FCEE;
}
.BgClassName
{
background-color: #93FCEE;
}
</style>
border-color css
<style>
span { border-color: #93FCEE; }
span { border-color: rgb(147,252,238); }
td.TdClassName
{
border-color: #93FCEE;
}
.TagClassName
{
border-color: #93FCEE;
}
</style>