Shades of Electric Blue #89EAFC
Tints of Electric Blue #89EAFC
RGB
CMYK
RGB Variations
Color information
#89EAFC (or 0x89EAFC) is known color: Electric Blue. HEX triplet: 89, EA and FC. RGB value is (137,234,252). Sum of RGB (Red+Green+Blue) = 137+234+252=623 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.99% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #89EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EAFC is #761503. Grayscale: #CECECE. Windows color (decimal): -7738628 or 16575113. OLE color: 16575113.
HSL color Cylindrical-coordinate representation of color #89EAFC: hue angle of 189.39º 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 #89EAFC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 234 | 252 | - |
| CMYK | 0.46 | 0.07 | 0 | 0.01 |
| HSL | 189.39º | 0.95% | 0.76% | - |
| HSV(B) | 189.39º | 0.46% | 0.99% | - |
| XYZ | 57.31 | 71.19 | 102.82 | - |
| YUV | 207.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 252 | 0.46 | 0.07 | 0 | 0.01 | 189.39 | 0.95 | 0.76 |
| Hex | 89 | EA | FC | 2E | 7 | 0 | 1 | BD | 5F | 4C |
| Octal | 211 | 352 | 374 | 56 | 7 | 0 | 1 | 275 | 137 | 114 |
| Binary | 10001001 | 11101010 | 11111100 | 101110 | 111 | 0 | 1 | 10111101 | 1011111 | 1001100 |
Color Harmonies of #89EAFC
Complementary color
Monochromatic Colors of #89EAFC
Black with #89EAFC
Text Example
Text Example
White with #89EAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EAFC; }
p { color: rgb(137,234,252); }
H1.HeaderClassName
{
color: #89EAFC;
}
.AnyTagClassName
{
color: #89EAFC;
}
</style>
background-color css
<style>
a { background-color: #89EAFC; }
a { background-color: rgb(137,234,252); }
div.DivClassName
{
background-color: #89EAFC;
}
.BgClassName
{
background-color: #89EAFC;
}
</style>
border-color css
<style>
span { border-color: #89EAFC; }
span { border-color: rgb(137,234,252); }
td.TdClassName
{
border-color: #89EAFC;
}
.TagClassName
{
border-color: #89EAFC;
}
</style>