Shades of Electric Blue #89F2EF
Tints of Electric Blue #89F2EF
RGB
CMYK
RGB Variations
Color information
#89F2EF (or 0x89F2EF) is known color: Electric Blue. HEX triplet: 89, F2 and EF. RGB value is (137,242,239). Sum of RGB (Red+Green+Blue) = 137+242+239=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 242 (94.92% from 255 or 39.16% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F2EF is #760D10. Grayscale: #D2D2D2. Windows color (decimal): -7736593 or 15725193. OLE color: 15725193.
HSL color Cylindrical-coordinate representation of color #89F2EF: hue angle of 178.29º 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 #89F2EF is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 242 | 239 | - |
| CMYK | 0.43 | 0 | 0.01 | 0.05 |
| HSL | 178.29º | 0.8% | 0.74% | - |
| HSV(B) | 178.29º | 0.43% | 0.95% | - |
| XYZ | 57.65 | 75.05 | 93.11 | - |
| YUV | 210.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 242 | 239 | 0.43 | 0 | 0.01 | 0.05 | 178.29 | 0.8 | 0.74 |
| Hex | 89 | F2 | EF | 2B | 0 | 1 | 5 | B2 | 50 | 4A |
| Octal | 211 | 362 | 357 | 53 | 0 | 1 | 5 | 262 | 120 | 112 |
| Binary | 10001001 | 11110010 | 11101111 | 101011 | 0 | 1 | 101 | 10110010 | 1010000 | 1001010 |
Color Harmonies of #89F2EF
Complementary color
Monochromatic Colors of #89F2EF
Black with #89F2EF
Text Example
Text Example
White with #89F2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F2EF; }
p { color: rgb(137,242,239); }
H1.HeaderClassName
{
color: #89F2EF;
}
.AnyTagClassName
{
color: #89F2EF;
}
</style>
background-color css
<style>
a { background-color: #89F2EF; }
a { background-color: rgb(137,242,239); }
div.DivClassName
{
background-color: #89F2EF;
}
.BgClassName
{
background-color: #89F2EF;
}
</style>
border-color css
<style>
span { border-color: #89F2EF; }
span { border-color: rgb(137,242,239); }
td.TdClassName
{
border-color: #89F2EF;
}
.TagClassName
{
border-color: #89F2EF;
}
</style>