Shades of Electric Blue #92FEFA
Tints of Electric Blue #92FEFA
RGB
CMYK
RGB Variations
Color information
#92FEFA (or 0x92FEFA) is known color: Electric Blue. HEX triplet: 92, FE and FA. RGB value is (146,254,250). Sum of RGB (Red+Green+Blue) = 146+254+250=650 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.46% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #92FEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FEFA is #6D0105. Grayscale: #DDDDDD. Windows color (decimal): -7143686 or 16449170. OLE color: 16449170.
HSL color Cylindrical-coordinate representation of color #92FEFA: hue angle of 177.78º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FEFA is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 250 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.00 |
| HSL | 177.78º | 0.98% | 0.78% | - |
| HSV(B) | 177.78º | 0.43% | 1% | - |
| XYZ | 64.55 | 83.9 | 103.23 | - |
| YUV | 221.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 250 | 0.43 | 0 | 0.02 | 0.00 | 177.78 | 0.98 | 0.78 |
| Hex | 92 | FE | FA | 2B | 0 | 2 | 0 | B2 | 62 | 4E |
| Octal | 222 | 376 | 372 | 53 | 0 | 2 | 0 | 262 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11111010 | 101011 | 0 | 10 | 0 | 10110010 | 1100010 | 1001110 |
Color Harmonies of #92FEFA
Complementary color
Monochromatic Colors of #92FEFA
Black with #92FEFA
Text Example
Text Example
White with #92FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FEFA; }
p { color: rgb(146,254,250); }
H1.HeaderClassName
{
color: #92FEFA;
}
.AnyTagClassName
{
color: #92FEFA;
}
</style>
background-color css
<style>
a { background-color: #92FEFA; }
a { background-color: rgb(146,254,250); }
div.DivClassName
{
background-color: #92FEFA;
}
.BgClassName
{
background-color: #92FEFA;
}
</style>
border-color css
<style>
span { border-color: #92FEFA; }
span { border-color: rgb(146,254,250); }
td.TdClassName
{
border-color: #92FEFA;
}
.TagClassName
{
border-color: #92FEFA;
}
</style>