Shades of Electric Blue #89FCFF
Tints of Electric Blue #89FCFF
RGB
CMYK
RGB Variations
Color information
#89FCFF (or 0x89FCFF) is known color: Electric Blue. HEX triplet: 89, FC and FF. RGB value is (137,252,255). Sum of RGB (Red+Green+Blue) = 137+252+255=644 (85% of max value = 765). Red value is 137 (53.91% from 255 or 21.27% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #89FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FCFF is #760300. Grayscale: #D9D9D9. Windows color (decimal): -7734017 or 16776329. OLE color: 16776329.
HSL color Cylindrical-coordinate representation of color #89FCFF: hue angle of 181.53º 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 #89FCFF is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 252 | 255 | - |
| CMYK | 0.46 | 0.01 | 0 | 0 |
| HSL | 181.53º | 1% | 0.77% | - |
| HSV(B) | 181.53º | 0.46% | 1% | - |
| XYZ | 63.18 | 82.16 | 107.14 | - |
| YUV | 217.96 | 148.9 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 255 | 0.46 | 0.01 | 0 | 0 | 181.53 | 1 | 0.77 |
| Hex | 89 | FC | FF | 2E | 1 | 0 | 0 | B6 | 64 | 4D |
| Octal | 211 | 374 | 377 | 56 | 1 | 0 | 0 | 266 | 144 | 115 |
| Binary | 10001001 | 11111100 | 11111111 | 101110 | 1 | 0 | 0 | 10110110 | 1100100 | 1001101 |
Color Harmonies of #89FCFF
Complementary color
Monochromatic Colors of #89FCFF
Black with #89FCFF
Text Example
Text Example
White with #89FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCFF; }
p { color: rgb(137,252,255); }
H1.HeaderClassName
{
color: #89FCFF;
}
.AnyTagClassName
{
color: #89FCFF;
}
</style>
background-color css
<style>
a { background-color: #89FCFF; }
a { background-color: rgb(137,252,255); }
div.DivClassName
{
background-color: #89FCFF;
}
.BgClassName
{
background-color: #89FCFF;
}
</style>
border-color css
<style>
span { border-color: #89FCFF; }
span { border-color: rgb(137,252,255); }
td.TdClassName
{
border-color: #89FCFF;
}
.TagClassName
{
border-color: #89FCFF;
}
</style>