Shades of Electric Blue #89F2F1
Tints of Electric Blue #89F2F1
RGB
CMYK
RGB Variations
Color information
#89F2F1 (or 0x89F2F1) is known color: Electric Blue. HEX triplet: 89, F2 and F1. RGB value is (137,242,241). Sum of RGB (Red+Green+Blue) = 137+242+241=620 (82% of max value = 765). Red value is 137 (53.91% from 255 or 22.10% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F2F1 is #760D0E. Grayscale: #D2D2D2. Windows color (decimal): -7736591 or 15856265. OLE color: 15856265.
HSL color Cylindrical-coordinate representation of color #89F2F1: hue angle of 179.43º degrees, saturation: 0.8, 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 #89F2F1 is Cyan = 0.43, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 241 | - |
| CMYK | 0.43 | 0 | 0.00 | 0.05 |
| HSL | 179.43º | 0.8% | 0.74% | - |
| HSV(B) | 179.43º | 0.43% | 0.95% | - |
| XYZ | 57.95 | 75.17 | 94.67 | - |
| YUV | 210.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 241 | 0.43 | 0 | 0.00 | 0.05 | 179.43 | 0.8 | 0.74 |
| Hex | 89 | F2 | F1 | 2B | 0 | 0 | 5 | B3 | 50 | 4A |
| Octal | 211 | 362 | 361 | 53 | 0 | 0 | 5 | 263 | 120 | 112 |
| Binary | 10001001 | 11110010 | 11110001 | 101011 | 0 | 0 | 101 | 10110011 | 1010000 | 1001010 |
Color Harmonies of #89F2F1
Complementary color
Monochromatic Colors of #89F2F1
Black with #89F2F1
Text Example
Text Example
White with #89F2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2F1; }
p { color: rgb(137,242,241); }
H1.HeaderClassName
{
color: #89F2F1;
}
.AnyTagClassName
{
color: #89F2F1;
}
</style>
background-color css
<style>
a { background-color: #89F2F1; }
a { background-color: rgb(137,242,241); }
div.DivClassName
{
background-color: #89F2F1;
}
.BgClassName
{
background-color: #89F2F1;
}
</style>
border-color css
<style>
span { border-color: #89F2F1; }
span { border-color: rgb(137,242,241); }
td.TdClassName
{
border-color: #89F2F1;
}
.TagClassName
{
border-color: #89F2F1;
}
</style>