Shades of Electric Blue #89FBED
Tints of Electric Blue #89FBED
RGB
CMYK
RGB Variations
Color information
#89FBED (or 0x89FBED) is known color: Electric Blue. HEX triplet: 89, FB and ED. RGB value is (137,251,237). Sum of RGB (Red+Green+Blue) = 137+251+237=625 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.92% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FBED is #760412. Grayscale: #D7D7D7. Windows color (decimal): -7734291 or 15596425. OLE color: 15596425.
HSL color Cylindrical-coordinate representation of color #89FBED: hue angle of 172.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FBED is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 251 | 237 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.02 |
| HSL | 172.63º | 0.93% | 0.76% | - |
| HSV(B) | 172.63º | 0.45% | 0.98% | - |
| XYZ | 60.1 | 80.43 | 92.48 | - |
| YUV | 215.32 | 140.23 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 251 | 237 | 0.45 | 0 | 0.06 | 0.02 | 172.63 | 0.93 | 0.76 |
| Hex | 89 | FB | ED | 2D | 0 | 6 | 2 | AD | 5D | 4C |
| Octal | 211 | 373 | 355 | 55 | 0 | 6 | 2 | 255 | 135 | 114 |
| Binary | 10001001 | 11111011 | 11101101 | 101101 | 0 | 110 | 10 | 10101101 | 1011101 | 1001100 |
Color Harmonies of #89FBED
Complementary color
Monochromatic Colors of #89FBED
Black with #89FBED
Text Example
Text Example
White with #89FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FBED; }
p { color: rgb(137,251,237); }
H1.HeaderClassName
{
color: #89FBED;
}
.AnyTagClassName
{
color: #89FBED;
}
</style>
background-color css
<style>
a { background-color: #89FBED; }
a { background-color: rgb(137,251,237); }
div.DivClassName
{
background-color: #89FBED;
}
.BgClassName
{
background-color: #89FBED;
}
</style>
border-color css
<style>
span { border-color: #89FBED; }
span { border-color: rgb(137,251,237); }
td.TdClassName
{
border-color: #89FBED;
}
.TagClassName
{
border-color: #89FBED;
}
</style>