Shades of Electric Blue #89EDF5
Tints of Electric Blue #89EDF5
RGB
CMYK
RGB Variations
Color information
#89EDF5 (or 0x89EDF5) is known color: Electric Blue. HEX triplet: 89, ED and F5. RGB value is (137,237,245). Sum of RGB (Red+Green+Blue) = 137+237+245=619 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.13% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #89EDF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDF5 is #76120A. Grayscale: #CFCFCF. Windows color (decimal): -7737867 or 16117129. OLE color: 16117129.
HSL color Cylindrical-coordinate representation of color #89EDF5: hue angle of 184.44º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89EDF5 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 237 | 245 | - |
| CMYK | 0.44 | 0.03 | 0 | 0.04 |
| HSL | 184.44º | 0.84% | 0.75% | - |
| HSV(B) | 184.44º | 0.44% | 0.96% | - |
| XYZ | 57.08 | 72.48 | 97.37 | - |
| YUV | 208.01 | 148.87 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 237 | 245 | 0.44 | 0.03 | 0 | 0.04 | 184.44 | 0.84 | 0.75 |
| Hex | 89 | ED | F5 | 2C | 3 | 0 | 4 | B8 | 54 | 4B |
| Octal | 211 | 355 | 365 | 54 | 3 | 0 | 4 | 270 | 124 | 113 |
| Binary | 10001001 | 11101101 | 11110101 | 101100 | 11 | 0 | 100 | 10111000 | 1010100 | 1001011 |
Color Harmonies of #89EDF5
Complementary color
Monochromatic Colors of #89EDF5
Black with #89EDF5
Text Example
Text Example
White with #89EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EDF5; }
p { color: rgb(137,237,245); }
H1.HeaderClassName
{
color: #89EDF5;
}
.AnyTagClassName
{
color: #89EDF5;
}
</style>
background-color css
<style>
a { background-color: #89EDF5; }
a { background-color: rgb(137,237,245); }
div.DivClassName
{
background-color: #89EDF5;
}
.BgClassName
{
background-color: #89EDF5;
}
</style>
border-color css
<style>
span { border-color: #89EDF5; }
span { border-color: rgb(137,237,245); }
td.TdClassName
{
border-color: #89EDF5;
}
.TagClassName
{
border-color: #89EDF5;
}
</style>