Shades of Electric Blue #92FAFE
Tints of Electric Blue #92FAFE
RGB
CMYK
RGB Variations
Color information
#92FAFE (or 0x92FAFE) is known color: Electric Blue. HEX triplet: 92, FA and FE. RGB value is (146,250,254). Sum of RGB (Red+Green+Blue) = 146+250+254=650 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.46% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 254 (99.61% from 255 or 39.08% from 650); Max value from RGB is 254 - color contains mainly: blue. Hex color #92FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FAFE is #6D0501. Grayscale: #DBDBDB. Windows color (decimal): -7144706 or 16710290. OLE color: 16710290.
HSL color Cylindrical-coordinate representation of color #92FAFE: hue angle of 182.22º 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 #92FAFE is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 250 | 254 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.00 |
| HSL | 182.22º | 0.98% | 0.78% | - |
| HSV(B) | 182.22º | 0.43% | 1% | - |
| XYZ | 63.93 | 81.64 | 106.15 | - |
| YUV | 219.36 | 147.54 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 254 | 0.43 | 0.02 | 0 | 0.00 | 182.22 | 0.98 | 0.78 |
| Hex | 92 | FA | FE | 2B | 2 | 0 | 0 | B6 | 62 | 4E |
| Octal | 222 | 372 | 376 | 53 | 2 | 0 | 0 | 266 | 142 | 116 |
| Binary | 10010010 | 11111010 | 11111110 | 101011 | 10 | 0 | 0 | 10110110 | 1100010 | 1001110 |
Color Harmonies of #92FAFE
Complementary color
Monochromatic Colors of #92FAFE
Black with #92FAFE
Text Example
Text Example
White with #92FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FAFE; }
p { color: rgb(146,250,254); }
H1.HeaderClassName
{
color: #92FAFE;
}
.AnyTagClassName
{
color: #92FAFE;
}
</style>
background-color css
<style>
a { background-color: #92FAFE; }
a { background-color: rgb(146,250,254); }
div.DivClassName
{
background-color: #92FAFE;
}
.BgClassName
{
background-color: #92FAFE;
}
</style>
border-color css
<style>
span { border-color: #92FAFE; }
span { border-color: rgb(146,250,254); }
td.TdClassName
{
border-color: #92FAFE;
}
.TagClassName
{
border-color: #92FAFE;
}
</style>