Shades of Electric Blue #92FFEE
Tints of Electric Blue #92FFEE
RGB
CMYK
RGB Variations
Color information
#92FFEE (or 0x92FFEE) is known color: Electric Blue. HEX triplet: 92, FF and EE. RGB value is (146,255,238). Sum of RGB (Red+Green+Blue) = 146+255+238=639 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.85% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FFEE is #6D0011. Grayscale: #DCDCDC. Windows color (decimal): -7143442 or 15662994. OLE color: 15662994.
HSL color Cylindrical-coordinate representation of color #92FFEE: hue angle of 170.64º 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 #92FFEE is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 238 | - |
| CMYK | 0.43 | 0 | 0.07 | 0 |
| HSL | 170.64º | 1% | 0.79% | - |
| HSV(B) | 170.64º | 0.43% | 1% | - |
| XYZ | 63.05 | 83.8 | 93.74 | - |
| YUV | 220.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 238 | 0.43 | 0 | 0.07 | 0 | 170.64 | 1 | 0.79 |
| Hex | 92 | FF | EE | 2B | 0 | 7 | 0 | AB | 64 | 4F |
| Octal | 222 | 377 | 356 | 53 | 0 | 7 | 0 | 253 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11101110 | 101011 | 0 | 111 | 0 | 10101011 | 1100100 | 1001111 |
Color Harmonies of #92FFEE
Complementary color
Monochromatic Colors of #92FFEE
Black with #92FFEE
Text Example
Text Example
White with #92FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFEE; }
p { color: rgb(146,255,238); }
H1.HeaderClassName
{
color: #92FFEE;
}
.AnyTagClassName
{
color: #92FFEE;
}
</style>
background-color css
<style>
a { background-color: #92FFEE; }
a { background-color: rgb(146,255,238); }
div.DivClassName
{
background-color: #92FFEE;
}
.BgClassName
{
background-color: #92FFEE;
}
</style>
border-color css
<style>
span { border-color: #92FFEE; }
span { border-color: rgb(146,255,238); }
td.TdClassName
{
border-color: #92FFEE;
}
.TagClassName
{
border-color: #92FFEE;
}
</style>