Shades of Electric Blue #92FFF9
Tints of Electric Blue #92FFF9
RGB
CMYK
RGB Variations
Color information
#92FFF9 (or 0x92FFF9) is known color: Electric Blue. HEX triplet: 92, FF and F9. RGB value is (146,255,249). Sum of RGB (Red+Green+Blue) = 146+255+249=650 (86% of max value = 765). Red value is 146 (57.42% from 255 or 22.46% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FFF9 is #6D0006. Grayscale: #DDDDDD. Windows color (decimal): -7143431 or 16383890. OLE color: 16383890.
HSL color Cylindrical-coordinate representation of color #92FFF9: hue angle of 176.7º 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 #92FFF9 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 249 | - |
| CMYK | 0.43 | 0 | 0.02 | 0 |
| HSL | 176.7º | 1% | 0.79% | - |
| HSV(B) | 176.7º | 0.43% | 1% | - |
| XYZ | 64.71 | 84.47 | 102.52 | - |
| YUV | 221.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 249 | 0.43 | 0 | 0.02 | 0 | 176.7 | 1 | 0.79 |
| Hex | 92 | FF | F9 | 2B | 0 | 2 | 0 | B1 | 64 | 4F |
| Octal | 222 | 377 | 371 | 53 | 0 | 2 | 0 | 261 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11111001 | 101011 | 0 | 10 | 0 | 10110001 | 1100100 | 1001111 |
Color Harmonies of #92FFF9
Complementary color
Monochromatic Colors of #92FFF9
Black with #92FFF9
Text Example
Text Example
White with #92FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFF9; }
p { color: rgb(146,255,249); }
H1.HeaderClassName
{
color: #92FFF9;
}
.AnyTagClassName
{
color: #92FFF9;
}
</style>
background-color css
<style>
a { background-color: #92FFF9; }
a { background-color: rgb(146,255,249); }
div.DivClassName
{
background-color: #92FFF9;
}
.BgClassName
{
background-color: #92FFF9;
}
</style>
border-color css
<style>
span { border-color: #92FFF9; }
span { border-color: rgb(146,255,249); }
td.TdClassName
{
border-color: #92FFF9;
}
.TagClassName
{
border-color: #92FFF9;
}
</style>