Shades of Electric Blue #92FFEF
Tints of Electric Blue #92FFEF
RGB
CMYK
RGB Variations
Color information
#92FFEF (or 0x92FFEF) is known color: Electric Blue. HEX triplet: 92, FF and EF. RGB value is (146,255,239). Sum of RGB (Red+Green+Blue) = 146+255+239=640 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.81% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FFEF is #6D0010. Grayscale: #DCDCDC. Windows color (decimal): -7143441 or 15728530. OLE color: 15728530.
HSL color Cylindrical-coordinate representation of color #92FFEF: hue angle of 171.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FFEF is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 239 | - |
| CMYK | 0.43 | 0 | 0.06 | 0 |
| HSL | 171.19º | 1% | 0.79% | - |
| HSV(B) | 171.19º | 0.43% | 1% | - |
| XYZ | 63.19 | 83.86 | 94.52 | - |
| YUV | 220.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 239 | 0.43 | 0 | 0.06 | 0 | 171.19 | 1 | 0.79 |
| Hex | 92 | FF | EF | 2B | 0 | 6 | 0 | AB | 64 | 4F |
| Octal | 222 | 377 | 357 | 53 | 0 | 6 | 0 | 253 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11101111 | 101011 | 0 | 110 | 0 | 10101011 | 1100100 | 1001111 |
Color Harmonies of #92FFEF
Complementary color
Monochromatic Colors of #92FFEF
Black with #92FFEF
Text Example
Text Example
White with #92FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFEF; }
p { color: rgb(146,255,239); }
H1.HeaderClassName
{
color: #92FFEF;
}
.AnyTagClassName
{
color: #92FFEF;
}
</style>
background-color css
<style>
a { background-color: #92FFEF; }
a { background-color: rgb(146,255,239); }
div.DivClassName
{
background-color: #92FFEF;
}
.BgClassName
{
background-color: #92FFEF;
}
</style>
border-color css
<style>
span { border-color: #92FFEF; }
span { border-color: rgb(146,255,239); }
td.TdClassName
{
border-color: #92FFEF;
}
.TagClassName
{
border-color: #92FFEF;
}
</style>