Shades of Electric Blue #89EFF1
Tints of Electric Blue #89EFF1
RGB
CMYK
RGB Variations
Color information
#89EFF1 (or 0x89EFF1) is known color: Electric Blue. HEX triplet: 89, EF and F1. RGB value is (137,239,241). Sum of RGB (Red+Green+Blue) = 137+239+241=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #89EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFF1 is #76100E. Grayscale: #D0D0D0. Windows color (decimal): -7737359 or 15855497. OLE color: 15855497.
HSL color Cylindrical-coordinate representation of color #89EFF1: hue angle of 181.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFF1 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 239 | 241 | - |
| CMYK | 0.43 | 0.01 | 0 | 0.05 |
| HSL | 181.15º | 0.79% | 0.74% | - |
| HSV(B) | 181.15º | 0.43% | 0.95% | - |
| XYZ | 57.06 | 73.4 | 94.38 | - |
| YUV | 208.73 | 146.21 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 239 | 241 | 0.43 | 0.01 | 0 | 0.05 | 181.15 | 0.79 | 0.74 |
| Hex | 89 | EF | F1 | 2B | 1 | 0 | 5 | B5 | 4F | 4A |
| Octal | 211 | 357 | 361 | 53 | 1 | 0 | 5 | 265 | 117 | 112 |
| Binary | 10001001 | 11101111 | 11110001 | 101011 | 1 | 0 | 101 | 10110101 | 1001111 | 1001010 |
Color Harmonies of #89EFF1
Complementary color
Monochromatic Colors of #89EFF1
Black with #89EFF1
Text Example
Text Example
White with #89EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EFF1; }
p { color: rgb(137,239,241); }
H1.HeaderClassName
{
color: #89EFF1;
}
.AnyTagClassName
{
color: #89EFF1;
}
</style>
background-color css
<style>
a { background-color: #89EFF1; }
a { background-color: rgb(137,239,241); }
div.DivClassName
{
background-color: #89EFF1;
}
.BgClassName
{
background-color: #89EFF1;
}
</style>
border-color css
<style>
span { border-color: #89EFF1; }
span { border-color: rgb(137,239,241); }
td.TdClassName
{
border-color: #89EFF1;
}
.TagClassName
{
border-color: #89EFF1;
}
</style>