Shades of Electric Blue #92F5F4
Tints of Electric Blue #92F5F4
RGB
CMYK
RGB Variations
Color information
#92F5F4 (or 0x92F5F4) is known color: Electric Blue. HEX triplet: 92, F5 and F4. RGB value is (146,245,244). Sum of RGB (Red+Green+Blue) = 146+245+244=635 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.99% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 244 (95.70% from 255 or 38.43% from 635); Max value from RGB is 245 - color contains mainly: green. Hex color #92F5F4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F5F4 is #6D0A0B. Grayscale: #D7D7D7. Windows color (decimal): -7145996 or 16053650. OLE color: 16053650.
HSL color Cylindrical-coordinate representation of color #92F5F4: hue angle of 179.39º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F5F4 is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 245 | 244 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.04 |
| HSL | 179.39º | 0.83% | 0.77% | - |
| HSV(B) | 179.39º | 0.4% | 0.96% | - |
| XYZ | 60.84 | 77.95 | 97.43 | - |
| YUV | 215.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 244 | 0.40 | 0 | 0.00 | 0.04 | 179.39 | 0.83 | 0.77 |
| Hex | 92 | F5 | F4 | 28 | 0 | 0 | 4 | B3 | 53 | 4D |
| Octal | 222 | 365 | 364 | 50 | 0 | 0 | 4 | 263 | 123 | 115 |
| Binary | 10010010 | 11110101 | 11110100 | 101000 | 0 | 0 | 100 | 10110011 | 1010011 | 1001101 |
Color Harmonies of #92F5F4
Complementary color
Monochromatic Colors of #92F5F4
Black with #92F5F4
Text Example
Text Example
White with #92F5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F5F4; }
p { color: rgb(146,245,244); }
H1.HeaderClassName
{
color: #92F5F4;
}
.AnyTagClassName
{
color: #92F5F4;
}
</style>
background-color css
<style>
a { background-color: #92F5F4; }
a { background-color: rgb(146,245,244); }
div.DivClassName
{
background-color: #92F5F4;
}
.BgClassName
{
background-color: #92F5F4;
}
</style>
border-color css
<style>
span { border-color: #92F5F4; }
span { border-color: rgb(146,245,244); }
td.TdClassName
{
border-color: #92F5F4;
}
.TagClassName
{
border-color: #92F5F4;
}
</style>