Shades of Electric Blue #92FEFF
Tints of Electric Blue #92FEFF
RGB
CMYK
RGB Variations
Color information
#92FEFF (or 0x92FEFF) is known color: Electric Blue. HEX triplet: 92, FE and FF. RGB value is (146,254,255). Sum of RGB (Red+Green+Blue) = 146+254+255=655 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.29% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #92FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FEFF is #6D0100. Grayscale: #DDDDDD. Windows color (decimal): -7143681 or 16776850. OLE color: 16776850.
HSL color Cylindrical-coordinate representation of color #92FEFF: hue angle of 180.55º 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 #92FEFF is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 254 | 255 | - |
| CMYK | 0.43 | 0.00 | 0 | 0 |
| HSL | 180.55º | 1% | 0.79% | - |
| HSV(B) | 180.55º | 0.43% | 1% | - |
| XYZ | 65.35 | 84.21 | 107.42 | - |
| YUV | 221.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 255 | 0.43 | 0.00 | 0 | 0 | 180.55 | 1 | 0.79 |
| Hex | 92 | FE | FF | 2B | 0 | 0 | 0 | B5 | 64 | 4F |
| Octal | 222 | 376 | 377 | 53 | 0 | 0 | 0 | 265 | 144 | 117 |
| Binary | 10010010 | 11111110 | 11111111 | 101011 | 0 | 0 | 0 | 10110101 | 1100100 | 1001111 |
Color Harmonies of #92FEFF
Complementary color
Monochromatic Colors of #92FEFF
Black with #92FEFF
Text Example
Text Example
White with #92FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FEFF; }
p { color: rgb(146,254,255); }
H1.HeaderClassName
{
color: #92FEFF;
}
.AnyTagClassName
{
color: #92FEFF;
}
</style>
background-color css
<style>
a { background-color: #92FEFF; }
a { background-color: rgb(146,254,255); }
div.DivClassName
{
background-color: #92FEFF;
}
.BgClassName
{
background-color: #92FEFF;
}
</style>
border-color css
<style>
span { border-color: #92FEFF; }
span { border-color: rgb(146,254,255); }
td.TdClassName
{
border-color: #92FEFF;
}
.TagClassName
{
border-color: #92FEFF;
}
</style>