Shades of Electric Blue #92F5F7
Tints of Electric Blue #92F5F7
RGB
CMYK
RGB Variations
Color information
#92F5F7 (or 0x92F5F7) is known color: Electric Blue. HEX triplet: 92, F5 and F7. RGB value is (146,245,247). Sum of RGB (Red+Green+Blue) = 146+245+247=638 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.88% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #92F5F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F5F7 is #6D0A08. Grayscale: #D7D7D7. Windows color (decimal): -7145993 or 16250258. OLE color: 16250258.
HSL color Cylindrical-coordinate representation of color #92F5F7: hue angle of 181.19º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F5F7 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 245 | 247 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.03 |
| HSL | 181.19º | 0.86% | 0.77% | - |
| HSV(B) | 181.19º | 0.41% | 0.97% | - |
| XYZ | 61.29 | 78.13 | 99.85 | - |
| YUV | 215.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 247 | 0.41 | 0.01 | 0 | 0.03 | 181.19 | 0.86 | 0.77 |
| Hex | 92 | F5 | F7 | 29 | 1 | 0 | 3 | B5 | 56 | 4D |
| Octal | 222 | 365 | 367 | 51 | 1 | 0 | 3 | 265 | 126 | 115 |
| Binary | 10010010 | 11110101 | 11110111 | 101001 | 1 | 0 | 11 | 10110101 | 1010110 | 1001101 |
Color Harmonies of #92F5F7
Complementary color
Monochromatic Colors of #92F5F7
Black with #92F5F7
Text Example
Text Example
White with #92F5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F5F7; }
p { color: rgb(146,245,247); }
H1.HeaderClassName
{
color: #92F5F7;
}
.AnyTagClassName
{
color: #92F5F7;
}
</style>
background-color css
<style>
a { background-color: #92F5F7; }
a { background-color: rgb(146,245,247); }
div.DivClassName
{
background-color: #92F5F7;
}
.BgClassName
{
background-color: #92F5F7;
}
</style>
border-color css
<style>
span { border-color: #92F5F7; }
span { border-color: rgb(146,245,247); }
td.TdClassName
{
border-color: #92F5F7;
}
.TagClassName
{
border-color: #92F5F7;
}
</style>