Shades of Electric Blue #89FFF1
Tints of Electric Blue #89FFF1
RGB
CMYK
RGB Variations
Color information
#89FFF1 (or 0x89FFF1) is known color: Electric Blue. HEX triplet: 89, FF and F1. RGB value is (137,255,241). Sum of RGB (Red+Green+Blue) = 137+255+241=633 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.64% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFF1 is #76000E. Grayscale: #DADADA. Windows color (decimal): -7733263 or 15859593. OLE color: 15859593.
HSL color Cylindrical-coordinate representation of color #89FFF1: hue angle of 172.88º 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 #89FFF1 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 241 | - |
| CMYK | 0.46 | 0 | 0.05 | 0 |
| HSL | 172.88º | 1% | 0.77% | - |
| HSV(B) | 172.88º | 0.46% | 1% | - |
| XYZ | 61.95 | 83.19 | 96.01 | - |
| YUV | 218.12 | 140.91 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 241 | 0.46 | 0 | 0.05 | 0 | 172.88 | 1 | 0.77 |
| Hex | 89 | FF | F1 | 2E | 0 | 5 | 0 | AD | 64 | 4D |
| Octal | 211 | 377 | 361 | 56 | 0 | 5 | 0 | 255 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11110001 | 101110 | 0 | 101 | 0 | 10101101 | 1100100 | 1001101 |
Color Harmonies of #89FFF1
Complementary color
Monochromatic Colors of #89FFF1
Black with #89FFF1
Text Example
Text Example
White with #89FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFF1; }
p { color: rgb(137,255,241); }
H1.HeaderClassName
{
color: #89FFF1;
}
.AnyTagClassName
{
color: #89FFF1;
}
</style>
background-color css
<style>
a { background-color: #89FFF1; }
a { background-color: rgb(137,255,241); }
div.DivClassName
{
background-color: #89FFF1;
}
.BgClassName
{
background-color: #89FFF1;
}
</style>
border-color css
<style>
span { border-color: #89FFF1; }
span { border-color: rgb(137,255,241); }
td.TdClassName
{
border-color: #89FFF1;
}
.TagClassName
{
border-color: #89FFF1;
}
</style>