Shades of Electric Blue #89FFF8
Tints of Electric Blue #89FFF8
RGB
CMYK
RGB Variations
Color information
#89FFF8 (or 0x89FFF8) is known color: Electric Blue. HEX triplet: 89, FF and F8. RGB value is (137,255,248). Sum of RGB (Red+Green+Blue) = 137+255+248=640 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.41% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFF8 is #760007. Grayscale: #DADADA. Windows color (decimal): -7733256 or 16318345. OLE color: 16318345.
HSL color Cylindrical-coordinate representation of color #89FFF8: hue angle of 176.44º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFF8 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 248 | - |
| CMYK | 0.46 | 0 | 0.03 | 0 |
| HSL | 176.44º | 1% | 0.77% | - |
| HSV(B) | 176.44º | 0.46% | 1% | - |
| XYZ | 63.02 | 83.62 | 101.62 | - |
| YUV | 218.92 | 144.41 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 248 | 0.46 | 0 | 0.03 | 0 | 176.44 | 1 | 0.77 |
| Hex | 89 | FF | F8 | 2E | 0 | 3 | 0 | B0 | 64 | 4D |
| Octal | 211 | 377 | 370 | 56 | 0 | 3 | 0 | 260 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11111000 | 101110 | 0 | 11 | 0 | 10110000 | 1100100 | 1001101 |
Color Harmonies of #89FFF8
Complementary color
Monochromatic Colors of #89FFF8
Black with #89FFF8
Text Example
Text Example
White with #89FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFF8; }
p { color: rgb(137,255,248); }
H1.HeaderClassName
{
color: #89FFF8;
}
.AnyTagClassName
{
color: #89FFF8;
}
</style>
background-color css
<style>
a { background-color: #89FFF8; }
a { background-color: rgb(137,255,248); }
div.DivClassName
{
background-color: #89FFF8;
}
.BgClassName
{
background-color: #89FFF8;
}
</style>
border-color css
<style>
span { border-color: #89FFF8; }
span { border-color: rgb(137,255,248); }
td.TdClassName
{
border-color: #89FFF8;
}
.TagClassName
{
border-color: #89FFF8;
}
</style>