Shades of Electric Blue #89FCF1
Tints of Electric Blue #89FCF1
RGB
CMYK
RGB Variations
Color information
#89FCF1 (or 0x89FCF1) is known color: Electric Blue. HEX triplet: 89, FC and F1. RGB value is (137,252,241). Sum of RGB (Red+Green+Blue) = 137+252+241=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FCF1 is #76030E. Grayscale: #D8D8D8. Windows color (decimal): -7734031 or 15858825. OLE color: 15858825.
HSL color Cylindrical-coordinate representation of color #89FCF1: hue angle of 174.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCF1 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 252 | 241 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.01 |
| HSL | 174.26º | 0.95% | 0.76% | - |
| HSV(B) | 174.26º | 0.46% | 0.99% | - |
| XYZ | 61 | 81.29 | 95.69 | - |
| YUV | 216.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 252 | 241 | 0.46 | 0 | 0.04 | 0.01 | 174.26 | 0.95 | 0.76 |
| Hex | 89 | FC | F1 | 2E | 0 | 4 | 1 | AE | 5F | 4C |
| Octal | 211 | 374 | 361 | 56 | 0 | 4 | 1 | 256 | 137 | 114 |
| Binary | 10001001 | 11111100 | 11110001 | 101110 | 0 | 100 | 1 | 10101110 | 1011111 | 1001100 |
Color Harmonies of #89FCF1
Complementary color
Monochromatic Colors of #89FCF1
Black with #89FCF1
Text Example
Text Example
White with #89FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89FCF1; }
p { color: rgb(137,252,241); }
H1.HeaderClassName
{
color: #89FCF1;
}
.AnyTagClassName
{
color: #89FCF1;
}
</style>
background-color css
<style>
a { background-color: #89FCF1; }
a { background-color: rgb(137,252,241); }
div.DivClassName
{
background-color: #89FCF1;
}
.BgClassName
{
background-color: #89FCF1;
}
</style>
border-color css
<style>
span { border-color: #89FCF1; }
span { border-color: rgb(137,252,241); }
td.TdClassName
{
border-color: #89FCF1;
}
.TagClassName
{
border-color: #89FCF1;
}
</style>