Shades of Electric Blue #92F7EC
Tints of Electric Blue #92F7EC
RGB
CMYK
RGB Variations
Color information
#92F7EC (or 0x92F7EC) is known color: Electric Blue. HEX triplet: 92, F7 and EC. RGB value is (146,247,236). Sum of RGB (Red+Green+Blue) = 146+247+236=629 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.21% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #92F7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F7EC is #6D0813. Grayscale: #D7D7D7. Windows color (decimal): -7145492 or 15529874. OLE color: 15529874.
HSL color Cylindrical-coordinate representation of color #92F7EC: hue angle of 173.47º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F7EC is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 247 | 236 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.03 |
| HSL | 173.47º | 0.86% | 0.77% | - |
| HSV(B) | 173.47º | 0.41% | 0.97% | - |
| XYZ | 60.26 | 78.69 | 91.37 | - |
| YUV | 215.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 247 | 236 | 0.41 | 0 | 0.04 | 0.03 | 173.47 | 0.86 | 0.77 |
| Hex | 92 | F7 | EC | 29 | 0 | 4 | 3 | AD | 56 | 4D |
| Octal | 222 | 367 | 354 | 51 | 0 | 4 | 3 | 255 | 126 | 115 |
| Binary | 10010010 | 11110111 | 11101100 | 101001 | 0 | 100 | 11 | 10101101 | 1010110 | 1001101 |
Color Harmonies of #92F7EC
Complementary color
Monochromatic Colors of #92F7EC
Black with #92F7EC
Text Example
Text Example
White with #92F7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F7EC; }
p { color: rgb(146,247,236); }
H1.HeaderClassName
{
color: #92F7EC;
}
.AnyTagClassName
{
color: #92F7EC;
}
</style>
background-color css
<style>
a { background-color: #92F7EC; }
a { background-color: rgb(146,247,236); }
div.DivClassName
{
background-color: #92F7EC;
}
.BgClassName
{
background-color: #92F7EC;
}
</style>
border-color css
<style>
span { border-color: #92F7EC; }
span { border-color: rgb(146,247,236); }
td.TdClassName
{
border-color: #92F7EC;
}
.TagClassName
{
border-color: #92F7EC;
}
</style>