Shades of Electric Blue #89EAFE
Tints of Electric Blue #89EAFE
RGB
CMYK
RGB Variations
Color information
#89EAFE (or 0x89EAFE) is known color: Electric Blue. HEX triplet: 89, EA and FE. RGB value is (137,234,254). Sum of RGB (Red+Green+Blue) = 137+234+254=625 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.92% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #89EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EAFE is #761501. Grayscale: #CFCFCF. Windows color (decimal): -7738626 or 16706185. OLE color: 16706185.
HSL color Cylindrical-coordinate representation of color #89EAFE: hue angle of 190.26º 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 #89EAFE is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 234 | 254 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.00 |
| HSL | 190.26º | 0.98% | 0.77% | - |
| HSV(B) | 190.26º | 0.46% | 1% | - |
| XYZ | 57.63 | 71.32 | 104.49 | - |
| YUV | 207.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 254 | 0.46 | 0.08 | 0 | 0.00 | 190.26 | 0.98 | 0.77 |
| Hex | 89 | EA | FE | 2E | 8 | 0 | 0 | BE | 62 | 4D |
| Octal | 211 | 352 | 376 | 56 | 10 | 0 | 0 | 276 | 142 | 115 |
| Binary | 10001001 | 11101010 | 11111110 | 101110 | 1000 | 0 | 0 | 10111110 | 1100010 | 1001101 |
Color Harmonies of #89EAFE
Complementary color
Monochromatic Colors of #89EAFE
Black with #89EAFE
Text Example
Text Example
White with #89EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EAFE; }
p { color: rgb(137,234,254); }
H1.HeaderClassName
{
color: #89EAFE;
}
.AnyTagClassName
{
color: #89EAFE;
}
</style>
background-color css
<style>
a { background-color: #89EAFE; }
a { background-color: rgb(137,234,254); }
div.DivClassName
{
background-color: #89EAFE;
}
.BgClassName
{
background-color: #89EAFE;
}
</style>
border-color css
<style>
span { border-color: #89EAFE; }
span { border-color: rgb(137,234,254); }
td.TdClassName
{
border-color: #89EAFE;
}
.TagClassName
{
border-color: #89EAFE;
}
</style>