Shades of Electric Blue #92FDEF
Tints of Electric Blue #92FDEF
RGB
CMYK
RGB Variations
Color information
#92FDEF (or 0x92FDEF) is known color: Electric Blue. HEX triplet: 92, FD and EF. RGB value is (146,253,239). Sum of RGB (Red+Green+Blue) = 146+253+239=638 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.88% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FDEF is #6D0210. Grayscale: #DBDBDB. Windows color (decimal): -7143953 or 15728018. OLE color: 15728018.
HSL color Cylindrical-coordinate representation of color #92FDEF: hue angle of 172.15º degrees, saturation: 0.96, 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 #92FDEF is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 253 | 239 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.01 |
| HSL | 172.15º | 0.96% | 0.78% | - |
| HSV(B) | 172.15º | 0.42% | 0.99% | - |
| XYZ | 62.56 | 82.59 | 94.31 | - |
| YUV | 219.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 253 | 239 | 0.42 | 0 | 0.06 | 0.01 | 172.15 | 0.96 | 0.78 |
| Hex | 92 | FD | EF | 2A | 0 | 6 | 1 | AC | 60 | 4E |
| Octal | 222 | 375 | 357 | 52 | 0 | 6 | 1 | 254 | 140 | 116 |
| Binary | 10010010 | 11111101 | 11101111 | 101010 | 0 | 110 | 1 | 10101100 | 1100000 | 1001110 |
Color Harmonies of #92FDEF
Complementary color
Monochromatic Colors of #92FDEF
Black with #92FDEF
Text Example
Text Example
White with #92FDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FDEF; }
p { color: rgb(146,253,239); }
H1.HeaderClassName
{
color: #92FDEF;
}
.AnyTagClassName
{
color: #92FDEF;
}
</style>
background-color css
<style>
a { background-color: #92FDEF; }
a { background-color: rgb(146,253,239); }
div.DivClassName
{
background-color: #92FDEF;
}
.BgClassName
{
background-color: #92FDEF;
}
</style>
border-color css
<style>
span { border-color: #92FDEF; }
span { border-color: rgb(146,253,239); }
td.TdClassName
{
border-color: #92FDEF;
}
.TagClassName
{
border-color: #92FDEF;
}
</style>