Shades of Electric Blue #92F8ED
Tints of Electric Blue #92F8ED
RGB
CMYK
RGB Variations
Color information
#92F8ED (or 0x92F8ED) is known color: Electric Blue. HEX triplet: 92, F8 and ED. RGB value is (146,248,237). Sum of RGB (Red+Green+Blue) = 146+248+237=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F8ED is #6D0712. Grayscale: #D8D8D8. Windows color (decimal): -7145235 or 15595666. OLE color: 15595666.
HSL color Cylindrical-coordinate representation of color #92F8ED: hue angle of 173.53º degrees, saturation: 0.88, 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 #92F8ED is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 248 | 237 | - |
| CMYK | 0.41 | 0 | 0.04 | 0.03 |
| HSL | 173.53º | 0.88% | 0.77% | - |
| HSV(B) | 173.53º | 0.41% | 0.97% | - |
| XYZ | 60.71 | 79.36 | 92.24 | - |
| YUV | 216.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 248 | 237 | 0.41 | 0 | 0.04 | 0.03 | 173.53 | 0.88 | 0.77 |
| Hex | 92 | F8 | ED | 29 | 0 | 4 | 3 | AE | 58 | 4D |
| Octal | 222 | 370 | 355 | 51 | 0 | 4 | 3 | 256 | 130 | 115 |
| Binary | 10010010 | 11111000 | 11101101 | 101001 | 0 | 100 | 11 | 10101110 | 1011000 | 1001101 |
Color Harmonies of #92F8ED
Complementary color
Monochromatic Colors of #92F8ED
Black with #92F8ED
Text Example
Text Example
White with #92F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F8ED; }
p { color: rgb(146,248,237); }
H1.HeaderClassName
{
color: #92F8ED;
}
.AnyTagClassName
{
color: #92F8ED;
}
</style>
background-color css
<style>
a { background-color: #92F8ED; }
a { background-color: rgb(146,248,237); }
div.DivClassName
{
background-color: #92F8ED;
}
.BgClassName
{
background-color: #92F8ED;
}
</style>
border-color css
<style>
span { border-color: #92F8ED; }
span { border-color: rgb(146,248,237); }
td.TdClassName
{
border-color: #92F8ED;
}
.TagClassName
{
border-color: #92F8ED;
}
</style>