Shades of Electric Blue #92F2FA
Tints of Electric Blue #92F2FA
RGB
CMYK
RGB Variations
Color information
#92F2FA (or 0x92F2FA) is known color: Electric Blue. HEX triplet: 92, F2 and FA. RGB value is (146,242,250). Sum of RGB (Red+Green+Blue) = 146+242+250=638 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.88% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #92F2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F2FA is #6D0D05. Grayscale: #D6D6D6. Windows color (decimal): -7146758 or 16446098. OLE color: 16446098.
HSL color Cylindrical-coordinate representation of color #92F2FA: hue angle of 184.62º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92F2FA is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 242 | 250 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.02 |
| HSL | 184.62º | 0.91% | 0.78% | - |
| HSV(B) | 184.62º | 0.42% | 0.98% | - |
| XYZ | 60.86 | 76.52 | 102 | - |
| YUV | 214.21 | 148.2 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 250 | 0.42 | 0.03 | 0 | 0.02 | 184.62 | 0.91 | 0.78 |
| Hex | 92 | F2 | FA | 2A | 3 | 0 | 2 | B9 | 5B | 4E |
| Octal | 222 | 362 | 372 | 52 | 3 | 0 | 2 | 271 | 133 | 116 |
| Binary | 10010010 | 11110010 | 11111010 | 101010 | 11 | 0 | 10 | 10111001 | 1011011 | 1001110 |
Color Harmonies of #92F2FA
Complementary color
Monochromatic Colors of #92F2FA
Black with #92F2FA
Text Example
Text Example
White with #92F2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F2FA; }
p { color: rgb(146,242,250); }
H1.HeaderClassName
{
color: #92F2FA;
}
.AnyTagClassName
{
color: #92F2FA;
}
</style>
background-color css
<style>
a { background-color: #92F2FA; }
a { background-color: rgb(146,242,250); }
div.DivClassName
{
background-color: #92F2FA;
}
.BgClassName
{
background-color: #92F2FA;
}
</style>
border-color css
<style>
span { border-color: #92F2FA; }
span { border-color: rgb(146,242,250); }
td.TdClassName
{
border-color: #92F2FA;
}
.TagClassName
{
border-color: #92F2FA;
}
</style>