Shades of Electric Blue #92FFFC
Tints of Electric Blue #92FFFC
RGB
CMYK
RGB Variations
Color information
#92FFFC (or 0x92FFFC) is known color: Electric Blue. HEX triplet: 92, FF and FC. RGB value is (146,255,252). Sum of RGB (Red+Green+Blue) = 146+255+252=653 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.36% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FFFC is #6D0003. Grayscale: #DDDDDD. Windows color (decimal): -7143428 or 16580498. OLE color: 16580498.
HSL color Cylindrical-coordinate representation of color #92FFFC: hue angle of 178.35º 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 #92FFFC is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 252 | - |
| CMYK | 0.43 | 0 | 0.01 | 0 |
| HSL | 178.35º | 1% | 0.79% | - |
| HSV(B) | 178.35º | 0.43% | 1% | - |
| XYZ | 65.18 | 84.66 | 105 | - |
| YUV | 222.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 252 | 0.43 | 0 | 0.01 | 0 | 178.35 | 1 | 0.79 |
| Hex | 92 | FF | FC | 2B | 0 | 1 | 0 | B2 | 64 | 4F |
| Octal | 222 | 377 | 374 | 53 | 0 | 1 | 0 | 262 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11111100 | 101011 | 0 | 1 | 0 | 10110010 | 1100100 | 1001111 |
Color Harmonies of #92FFFC
Complementary color
Monochromatic Colors of #92FFFC
Black with #92FFFC
Text Example
Text Example
White with #92FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFFC; }
p { color: rgb(146,255,252); }
H1.HeaderClassName
{
color: #92FFFC;
}
.AnyTagClassName
{
color: #92FFFC;
}
</style>
background-color css
<style>
a { background-color: #92FFFC; }
a { background-color: rgb(146,255,252); }
div.DivClassName
{
background-color: #92FFFC;
}
.BgClassName
{
background-color: #92FFFC;
}
</style>
border-color css
<style>
span { border-color: #92FFFC; }
span { border-color: rgb(146,255,252); }
td.TdClassName
{
border-color: #92FFFC;
}
.TagClassName
{
border-color: #92FFFC;
}
</style>