Shades of Electric Blue #89FFFF
Tints of Electric Blue #89FFFF
RGB
CMYK
RGB Variations
Color information
#89FFFF (or 0x89FFFF) is known color: Electric Blue. HEX triplet: 89, FF and FF. RGB value is (137,255,255). Sum of RGB (Red+Green+Blue) = 137+255+255=647 (85% of max value = 765). Red value is 137 (53.91% from 255 or 21.17% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #89FFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFFF is #760000. Grayscale: #DBDBDB. Windows color (decimal): -7733249 or 16777097. OLE color: 16777097.
HSL color Cylindrical-coordinate representation of color #89FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFFF is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 255 | 255 | - |
| CMYK | 0.46 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.77% | - |
| HSV(B) | 180º | 0.46% | 1% | - |
| XYZ | 64.13 | 84.06 | 107.45 | - |
| YUV | 219.72 | 147.91 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 255 | 255 | 0.46 | 0 | 0 | 0 | 180 | 1 | 0.77 |
| Hex | 89 | FF | FF | 2E | 0 | 0 | 0 | B4 | 64 | 4D |
| Octal | 211 | 377 | 377 | 56 | 0 | 0 | 0 | 264 | 144 | 115 |
| Binary | 10001001 | 11111111 | 11111111 | 101110 | 0 | 0 | 0 | 10110100 | 1100100 | 1001101 |
Color Harmonies of #89FFFF
Complementary color
Monochromatic Colors of #89FFFF
Black with #89FFFF
Text Example
Text Example
White with #89FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FFFF; }
p { color: rgb(137,255,255); }
H1.HeaderClassName
{
color: #89FFFF;
}
.AnyTagClassName
{
color: #89FFFF;
}
</style>
background-color css
<style>
a { background-color: #89FFFF; }
a { background-color: rgb(137,255,255); }
div.DivClassName
{
background-color: #89FFFF;
}
.BgClassName
{
background-color: #89FFFF;
}
</style>
border-color css
<style>
span { border-color: #89FFFF; }
span { border-color: rgb(137,255,255); }
td.TdClassName
{
border-color: #89FFFF;
}
.TagClassName
{
border-color: #89FFFF;
}
</style>