Shades of Electric Blue #89E7FC
Tints of Electric Blue #89E7FC
RGB
CMYK
RGB Variations
Color information
#89E7FC (or 0x89E7FC) is known color: Electric Blue. HEX triplet: 89, E7 and FC. RGB value is (137,231,252). Sum of RGB (Red+Green+Blue) = 137+231+252=620 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.10% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #89E7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E7FC is #761803. Grayscale: #CDCDCD. Windows color (decimal): -7739396 or 16574345. OLE color: 16574345.
HSL color Cylindrical-coordinate representation of color #89E7FC: hue angle of 190.96º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89E7FC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 231 | 252 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.01 |
| HSL | 190.96º | 0.95% | 0.76% | - |
| HSV(B) | 190.96º | 0.46% | 0.99% | - |
| XYZ | 56.46 | 69.5 | 102.53 | - |
| YUV | 205.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 231 | 252 | 0.46 | 0.08 | 0 | 0.01 | 190.96 | 0.95 | 0.76 |
| Hex | 89 | E7 | FC | 2E | 8 | 0 | 1 | BF | 5F | 4C |
| Octal | 211 | 347 | 374 | 56 | 10 | 0 | 1 | 277 | 137 | 114 |
| Binary | 10001001 | 11100111 | 11111100 | 101110 | 1000 | 0 | 1 | 10111111 | 1011111 | 1001100 |
Color Harmonies of #89E7FC
Complementary color
Monochromatic Colors of #89E7FC
Black with #89E7FC
Text Example
Text Example
White with #89E7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E7FC; }
p { color: rgb(137,231,252); }
H1.HeaderClassName
{
color: #89E7FC;
}
.AnyTagClassName
{
color: #89E7FC;
}
</style>
background-color css
<style>
a { background-color: #89E7FC; }
a { background-color: rgb(137,231,252); }
div.DivClassName
{
background-color: #89E7FC;
}
.BgClassName
{
background-color: #89E7FC;
}
</style>
border-color css
<style>
span { border-color: #89E7FC; }
span { border-color: rgb(137,231,252); }
td.TdClassName
{
border-color: #89E7FC;
}
.TagClassName
{
border-color: #89E7FC;
}
</style>