Shades of Electric Blue #89F9F0
Tints of Electric Blue #89F9F0
RGB
CMYK
RGB Variations
Color information
#89F9F0 (or 0x89F9F0) is known color: Electric Blue. HEX triplet: 89, F9 and F0. RGB value is (137,249,240). Sum of RGB (Red+Green+Blue) = 137+249+240=626 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.88% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #89F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F9F0 is #76060F. Grayscale: #D6D6D6. Windows color (decimal): -7734800 or 15792521. OLE color: 15792521.
HSL color Cylindrical-coordinate representation of color #89F9F0: hue angle of 175.18º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F9F0 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 249 | 240 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.02 |
| HSL | 175.18º | 0.9% | 0.76% | - |
| HSV(B) | 175.18º | 0.45% | 0.98% | - |
| XYZ | 59.92 | 79.36 | 94.6 | - |
| YUV | 214.49 | 142.39 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 249 | 240 | 0.45 | 0 | 0.04 | 0.02 | 175.18 | 0.9 | 0.76 |
| Hex | 89 | F9 | F0 | 2D | 0 | 4 | 2 | AF | 5A | 4C |
| Octal | 211 | 371 | 360 | 55 | 0 | 4 | 2 | 257 | 132 | 114 |
| Binary | 10001001 | 11111001 | 11110000 | 101101 | 0 | 100 | 10 | 10101111 | 1011010 | 1001100 |
Color Harmonies of #89F9F0
Complementary color
Monochromatic Colors of #89F9F0
Black with #89F9F0
Text Example
Text Example
White with #89F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F9F0; }
p { color: rgb(137,249,240); }
H1.HeaderClassName
{
color: #89F9F0;
}
.AnyTagClassName
{
color: #89F9F0;
}
</style>
background-color css
<style>
a { background-color: #89F9F0; }
a { background-color: rgb(137,249,240); }
div.DivClassName
{
background-color: #89F9F0;
}
.BgClassName
{
background-color: #89F9F0;
}
</style>
border-color css
<style>
span { border-color: #89F9F0; }
span { border-color: rgb(137,249,240); }
td.TdClassName
{
border-color: #89F9F0;
}
.TagClassName
{
border-color: #89F9F0;
}
</style>