Shades of Electric Blue #89F1ED
Tints of Electric Blue #89F1ED
RGB
CMYK
RGB Variations
Color information
#89F1ED (or 0x89F1ED) is known color: Electric Blue. HEX triplet: 89, F1 and ED. RGB value is (137,241,237). Sum of RGB (Red+Green+Blue) = 137+241+237=615 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.28% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F1ED is #760E12. Grayscale: #D1D1D1. Windows color (decimal): -7736851 or 15593865. OLE color: 15593865.
HSL color Cylindrical-coordinate representation of color #89F1ED: hue angle of 177.69º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F1ED is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 241 | 237 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.05 |
| HSL | 177.69º | 0.79% | 0.74% | - |
| HSV(B) | 177.69º | 0.43% | 0.95% | - |
| XYZ | 57.06 | 74.34 | 91.46 | - |
| YUV | 209.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 241 | 237 | 0.43 | 0 | 0.02 | 0.05 | 177.69 | 0.79 | 0.74 |
| Hex | 89 | F1 | ED | 2B | 0 | 2 | 5 | B2 | 4F | 4A |
| Octal | 211 | 361 | 355 | 53 | 0 | 2 | 5 | 262 | 117 | 112 |
| Binary | 10001001 | 11110001 | 11101101 | 101011 | 0 | 10 | 101 | 10110010 | 1001111 | 1001010 |
Color Harmonies of #89F1ED
Complementary color
Monochromatic Colors of #89F1ED
Black with #89F1ED
Text Example
Text Example
White with #89F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F1ED; }
p { color: rgb(137,241,237); }
H1.HeaderClassName
{
color: #89F1ED;
}
.AnyTagClassName
{
color: #89F1ED;
}
</style>
background-color css
<style>
a { background-color: #89F1ED; }
a { background-color: rgb(137,241,237); }
div.DivClassName
{
background-color: #89F1ED;
}
.BgClassName
{
background-color: #89F1ED;
}
</style>
border-color css
<style>
span { border-color: #89F1ED; }
span { border-color: rgb(137,241,237); }
td.TdClassName
{
border-color: #89F1ED;
}
.TagClassName
{
border-color: #89F1ED;
}
</style>