Shades of Electric Blue #92EFFF
Tints of Electric Blue #92EFFF
RGB
CMYK
RGB Variations
Color information
#92EFFF (or 0x92EFFF) is known color: Electric Blue. HEX triplet: 92, EF and FF. RGB value is (146,239,255). Sum of RGB (Red+Green+Blue) = 146+239+255=640 (84% of max value = 765). Red value is 146 (57.42% from 255 or 22.81% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #92EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92EFFF is #6D1000. Grayscale: #D4D4D4. Windows color (decimal): -7147521 or 16773010. OLE color: 16773010.
HSL color Cylindrical-coordinate representation of color #92EFFF: hue angle of 188.81º 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 #92EFFF is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 239 | 255 | - |
| CMYK | 0.43 | 0.06 | 0 | 0 |
| HSL | 188.81º | 1% | 0.79% | - |
| HSV(B) | 188.81º | 0.43% | 1% | - |
| XYZ | 60.77 | 75.06 | 105.89 | - |
| YUV | 213.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 255 | 0.43 | 0.06 | 0 | 0 | 188.81 | 1 | 0.79 |
| Hex | 92 | EF | FF | 2B | 6 | 0 | 0 | BD | 64 | 4F |
| Octal | 222 | 357 | 377 | 53 | 6 | 0 | 0 | 275 | 144 | 117 |
| Binary | 10010010 | 11101111 | 11111111 | 101011 | 110 | 0 | 0 | 10111101 | 1100100 | 1001111 |
Color Harmonies of #92EFFF
Complementary color
Monochromatic Colors of #92EFFF
Black with #92EFFF
Text Example
Text Example
White with #92EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFFF; }
p { color: rgb(146,239,255); }
H1.HeaderClassName
{
color: #92EFFF;
}
.AnyTagClassName
{
color: #92EFFF;
}
</style>
background-color css
<style>
a { background-color: #92EFFF; }
a { background-color: rgb(146,239,255); }
div.DivClassName
{
background-color: #92EFFF;
}
.BgClassName
{
background-color: #92EFFF;
}
</style>
border-color css
<style>
span { border-color: #92EFFF; }
span { border-color: rgb(146,239,255); }
td.TdClassName
{
border-color: #92EFFF;
}
.TagClassName
{
border-color: #92EFFF;
}
</style>