Shades of Electric Blue #89F8EA
Tints of Electric Blue #89F8EA
RGB
CMYK
RGB Variations
Color information
#89F8EA (or 0x89F8EA) is known color: Electric Blue. HEX triplet: 89, F8 and EA. RGB value is (137,248,234). Sum of RGB (Red+Green+Blue) = 137+248+234=619 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.13% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F8EA is #760715. Grayscale: #D5D5D5. Windows color (decimal): -7735062 or 15399049. OLE color: 15399049.
HSL color Cylindrical-coordinate representation of color #89F8EA: hue angle of 172.43º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8EA is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 248 | 234 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.03 |
| HSL | 172.43º | 0.89% | 0.75% | - |
| HSV(B) | 172.43º | 0.45% | 0.97% | - |
| XYZ | 58.74 | 78.39 | 89.88 | - |
| YUV | 213.22 | 139.73 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 248 | 234 | 0.45 | 0 | 0.06 | 0.03 | 172.43 | 0.89 | 0.75 |
| Hex | 89 | F8 | EA | 2D | 0 | 6 | 3 | AC | 59 | 4B |
| Octal | 211 | 370 | 352 | 55 | 0 | 6 | 3 | 254 | 131 | 113 |
| Binary | 10001001 | 11111000 | 11101010 | 101101 | 0 | 110 | 11 | 10101100 | 1011001 | 1001011 |
Color Harmonies of #89F8EA
Complementary color
Monochromatic Colors of #89F8EA
Black with #89F8EA
Text Example
Text Example
White with #89F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F8EA; }
p { color: rgb(137,248,234); }
H1.HeaderClassName
{
color: #89F8EA;
}
.AnyTagClassName
{
color: #89F8EA;
}
</style>
background-color css
<style>
a { background-color: #89F8EA; }
a { background-color: rgb(137,248,234); }
div.DivClassName
{
background-color: #89F8EA;
}
.BgClassName
{
background-color: #89F8EA;
}
</style>
border-color css
<style>
span { border-color: #89F8EA; }
span { border-color: rgb(137,248,234); }
td.TdClassName
{
border-color: #89F8EA;
}
.TagClassName
{
border-color: #89F8EA;
}
</style>