Shades of Electric Blue #89FAFE
Tints of Electric Blue #89FAFE
RGB
CMYK
RGB Variations
Color information
#89FAFE (or 0x89FAFE) is known color: Electric Blue. HEX triplet: 89, FA and FE. RGB value is (137,250,254). Sum of RGB (Red+Green+Blue) = 137+250+254=641 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.37% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #89FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAFE is #760501. Grayscale: #D8D8D8. Windows color (decimal): -7734530 or 16710281. OLE color: 16710281.
HSL color Cylindrical-coordinate representation of color #89FAFE: hue angle of 182.05º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FAFE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 250 | 254 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.00 |
| HSL | 182.05º | 0.98% | 0.77% | - |
| HSV(B) | 182.05º | 0.46% | 1% | - |
| XYZ | 62.39 | 80.85 | 106.08 | - |
| YUV | 216.67 | 149.06 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 254 | 0.46 | 0.02 | 0 | 0.00 | 182.05 | 0.98 | 0.77 |
| Hex | 89 | FA | FE | 2E | 2 | 0 | 0 | B6 | 62 | 4D |
| Octal | 211 | 372 | 376 | 56 | 2 | 0 | 0 | 266 | 142 | 115 |
| Binary | 10001001 | 11111010 | 11111110 | 101110 | 10 | 0 | 0 | 10110110 | 1100010 | 1001101 |
Color Harmonies of #89FAFE
Complementary color
Monochromatic Colors of #89FAFE
Black with #89FAFE
Text Example
Text Example
White with #89FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAFE; }
p { color: rgb(137,250,254); }
H1.HeaderClassName
{
color: #89FAFE;
}
.AnyTagClassName
{
color: #89FAFE;
}
</style>
background-color css
<style>
a { background-color: #89FAFE; }
a { background-color: rgb(137,250,254); }
div.DivClassName
{
background-color: #89FAFE;
}
.BgClassName
{
background-color: #89FAFE;
}
</style>
border-color css
<style>
span { border-color: #89FAFE; }
span { border-color: rgb(137,250,254); }
td.TdClassName
{
border-color: #89FAFE;
}
.TagClassName
{
border-color: #89FAFE;
}
</style>