Shades of Electric Blue #89FAF5
Tints of Electric Blue #89FAF5
RGB
CMYK
RGB Variations
Color information
#89FAF5 (or 0x89FAF5) is known color: Electric Blue. HEX triplet: 89, FA and F5. RGB value is (137,250,245). Sum of RGB (Red+Green+Blue) = 137+250+245=632 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.68% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 245 (96.09% from 255 or 38.77% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAF5 is #76050A. Grayscale: #D7D7D7. Windows color (decimal): -7734539 or 16120457. OLE color: 16120457.
HSL color Cylindrical-coordinate representation of color #89FAF5: hue angle of 177.35º degrees, saturation: 0.92, 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 #89FAF5 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 250 | 245 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.02 |
| HSL | 177.35º | 0.92% | 0.76% | - |
| HSV(B) | 177.35º | 0.45% | 0.98% | - |
| XYZ | 60.98 | 80.28 | 98.67 | - |
| YUV | 215.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 250 | 245 | 0.45 | 0 | 0.02 | 0.02 | 177.35 | 0.92 | 0.76 |
| Hex | 89 | FA | F5 | 2D | 0 | 2 | 2 | B1 | 5C | 4C |
| Octal | 211 | 372 | 365 | 55 | 0 | 2 | 2 | 261 | 134 | 114 |
| Binary | 10001001 | 11111010 | 11110101 | 101101 | 0 | 10 | 10 | 10110001 | 1011100 | 1001100 |
Color Harmonies of #89FAF5
Complementary color
Monochromatic Colors of #89FAF5
Black with #89FAF5
Text Example
Text Example
White with #89FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FAF5; }
p { color: rgb(137,250,245); }
H1.HeaderClassName
{
color: #89FAF5;
}
.AnyTagClassName
{
color: #89FAF5;
}
</style>
background-color css
<style>
a { background-color: #89FAF5; }
a { background-color: rgb(137,250,245); }
div.DivClassName
{
background-color: #89FAF5;
}
.BgClassName
{
background-color: #89FAF5;
}
</style>
border-color css
<style>
span { border-color: #89FAF5; }
span { border-color: rgb(137,250,245); }
td.TdClassName
{
border-color: #89FAF5;
}
.TagClassName
{
border-color: #89FAF5;
}
</style>