Shades of Electric Blue #89F0F1
Tints of Electric Blue #89F0F1
RGB
CMYK
RGB Variations
Color information
#89F0F1 (or 0x89F0F1) is known color: Electric Blue. HEX triplet: 89, F0 and F1. RGB value is (137,240,241). Sum of RGB (Red+Green+Blue) = 137+240+241=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #89F0F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F0F1 is #760F0E. Grayscale: #D1D1D1. Windows color (decimal): -7737103 or 15855753. OLE color: 15855753.
HSL color Cylindrical-coordinate representation of color #89F0F1: hue angle of 180.58º 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 #89F0F1 is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 240 | 241 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.05 |
| HSL | 180.58º | 0.79% | 0.74% | - |
| HSV(B) | 180.58º | 0.43% | 0.95% | - |
| XYZ | 57.35 | 73.99 | 94.48 | - |
| YUV | 209.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 240 | 241 | 0.43 | 0.00 | 0 | 0.05 | 180.58 | 0.79 | 0.74 |
| Hex | 89 | F0 | F1 | 2B | 0 | 0 | 5 | B5 | 4F | 4A |
| Octal | 211 | 360 | 361 | 53 | 0 | 0 | 5 | 265 | 117 | 112 |
| Binary | 10001001 | 11110000 | 11110001 | 101011 | 0 | 0 | 101 | 10110101 | 1001111 | 1001010 |
Color Harmonies of #89F0F1
Complementary color
Monochromatic Colors of #89F0F1
Black with #89F0F1
Text Example
Text Example
White with #89F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F0F1; }
p { color: rgb(137,240,241); }
H1.HeaderClassName
{
color: #89F0F1;
}
.AnyTagClassName
{
color: #89F0F1;
}
</style>
background-color css
<style>
a { background-color: #89F0F1; }
a { background-color: rgb(137,240,241); }
div.DivClassName
{
background-color: #89F0F1;
}
.BgClassName
{
background-color: #89F0F1;
}
</style>
border-color css
<style>
span { border-color: #89F0F1; }
span { border-color: rgb(137,240,241); }
td.TdClassName
{
border-color: #89F0F1;
}
.TagClassName
{
border-color: #89F0F1;
}
</style>