Shades of Electric Blue #89F3FE
Tints of Electric Blue #89F3FE
RGB
CMYK
RGB Variations
Color information
#89F3FE (or 0x89F3FE) is known color: Electric Blue. HEX triplet: 89, F3 and FE. RGB value is (137,243,254). Sum of RGB (Red+Green+Blue) = 137+243+254=634 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.61% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #89F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F3FE is #760C01. Grayscale: #D4D4D4. Windows color (decimal): -7736322 or 16708489. OLE color: 16708489.
HSL color Cylindrical-coordinate representation of color #89F3FE: hue angle of 185.64º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89F3FE is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 243 | 254 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.00 |
| HSL | 185.64º | 0.98% | 0.77% | - |
| HSV(B) | 185.64º | 0.46% | 1% | - |
| XYZ | 60.26 | 76.58 | 105.37 | - |
| YUV | 212.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 243 | 254 | 0.46 | 0.04 | 0 | 0.00 | 185.64 | 0.98 | 0.77 |
| Hex | 89 | F3 | FE | 2E | 4 | 0 | 0 | BA | 62 | 4D |
| Octal | 211 | 363 | 376 | 56 | 4 | 0 | 0 | 272 | 142 | 115 |
| Binary | 10001001 | 11110011 | 11111110 | 101110 | 100 | 0 | 0 | 10111010 | 1100010 | 1001101 |
Color Harmonies of #89F3FE
Complementary color
Monochromatic Colors of #89F3FE
Black with #89F3FE
Text Example
Text Example
White with #89F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89F3FE; }
p { color: rgb(137,243,254); }
H1.HeaderClassName
{
color: #89F3FE;
}
.AnyTagClassName
{
color: #89F3FE;
}
</style>
background-color css
<style>
a { background-color: #89F3FE; }
a { background-color: rgb(137,243,254); }
div.DivClassName
{
background-color: #89F3FE;
}
.BgClassName
{
background-color: #89F3FE;
}
</style>
border-color css
<style>
span { border-color: #89F3FE; }
span { border-color: rgb(137,243,254); }
td.TdClassName
{
border-color: #89F3FE;
}
.TagClassName
{
border-color: #89F3FE;
}
</style>