Shades of Electric Blue #92FFED
Tints of Electric Blue #92FFED
RGB
CMYK
RGB Variations
Color information
#92FFED (or 0x92FFED) is known color: Electric Blue. HEX triplet: 92, FF and ED. RGB value is (146,255,237). Sum of RGB (Red+Green+Blue) = 146+255+237=638 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.88% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FFED is #6D0012. Grayscale: #DCDCDC. Windows color (decimal): -7143443 or 15597458. OLE color: 15597458.
HSL color Cylindrical-coordinate representation of color #92FFED: hue angle of 170.09º 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 #92FFED is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 237 | - |
| CMYK | 0.43 | 0 | 0.07 | 0 |
| HSL | 170.09º | 1% | 0.79% | - |
| HSV(B) | 170.09º | 0.43% | 1% | - |
| XYZ | 62.9 | 83.75 | 92.97 | - |
| YUV | 220.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 237 | 0.43 | 0 | 0.07 | 0 | 170.09 | 1 | 0.79 |
| Hex | 92 | FF | ED | 2B | 0 | 7 | 0 | AA | 64 | 4F |
| Octal | 222 | 377 | 355 | 53 | 0 | 7 | 0 | 252 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11101101 | 101011 | 0 | 111 | 0 | 10101010 | 1100100 | 1001111 |
Color Harmonies of #92FFED
Complementary color
Monochromatic Colors of #92FFED
Black with #92FFED
Text Example
Text Example
White with #92FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFED; }
p { color: rgb(146,255,237); }
H1.HeaderClassName
{
color: #92FFED;
}
.AnyTagClassName
{
color: #92FFED;
}
</style>
background-color css
<style>
a { background-color: #92FFED; }
a { background-color: rgb(146,255,237); }
div.DivClassName
{
background-color: #92FFED;
}
.BgClassName
{
background-color: #92FFED;
}
</style>
border-color css
<style>
span { border-color: #92FFED; }
span { border-color: rgb(146,255,237); }
td.TdClassName
{
border-color: #92FFED;
}
.TagClassName
{
border-color: #92FFED;
}
</style>