Shades of Electric Blue #92F5FF
Tints of Electric Blue #92F5FF
RGB
CMYK
RGB Variations
Color information
#92F5FF (or 0x92F5FF) is known color: Electric Blue. HEX triplet: 92, F5 and FF. RGB value is (146,245,255). Sum of RGB (Red+Green+Blue) = 146+245+255=646 (85% of max value = 765). Red value is 146 (57.42% from 255 or 22.60% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #92F5FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F5FF is #6D0A00. Grayscale: #D8D8D8. Windows color (decimal): -7145985 or 16774546. OLE color: 16774546.
HSL color Cylindrical-coordinate representation of color #92F5FF: hue angle of 185.5º 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 #92F5FF is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 245 | 255 | - |
| CMYK | 0.43 | 0.04 | 0 | 0 |
| HSL | 185.5º | 1% | 0.79% | - |
| HSV(B) | 185.5º | 0.43% | 1% | - |
| XYZ | 62.56 | 78.64 | 106.49 | - |
| YUV | 216.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 255 | 0.43 | 0.04 | 0 | 0 | 185.5 | 1 | 0.79 |
| Hex | 92 | F5 | FF | 2B | 4 | 0 | 0 | BA | 64 | 4F |
| Octal | 222 | 365 | 377 | 53 | 4 | 0 | 0 | 272 | 144 | 117 |
| Binary | 10010010 | 11110101 | 11111111 | 101011 | 100 | 0 | 0 | 10111010 | 1100100 | 1001111 |
Color Harmonies of #92F5FF
Complementary color
Monochromatic Colors of #92F5FF
Black with #92F5FF
Text Example
Text Example
White with #92F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F5FF; }
p { color: rgb(146,245,255); }
H1.HeaderClassName
{
color: #92F5FF;
}
.AnyTagClassName
{
color: #92F5FF;
}
</style>
background-color css
<style>
a { background-color: #92F5FF; }
a { background-color: rgb(146,245,255); }
div.DivClassName
{
background-color: #92F5FF;
}
.BgClassName
{
background-color: #92F5FF;
}
</style>
border-color css
<style>
span { border-color: #92F5FF; }
span { border-color: rgb(146,245,255); }
td.TdClassName
{
border-color: #92F5FF;
}
.TagClassName
{
border-color: #92F5FF;
}
</style>