Shades of Electric Blue #89EAFF
Tints of Electric Blue #89EAFF
RGB
CMYK
RGB Variations
Color information
#89EAFF (or 0x89EAFF) is known color: Electric Blue. HEX triplet: 89, EA and FF. RGB value is (137,234,255). Sum of RGB (Red+Green+Blue) = 137+234+255=626 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.88% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #89EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EAFF is #761500. Grayscale: #CFCFCF. Windows color (decimal): -7738625 or 16771721. OLE color: 16771721.
HSL color Cylindrical-coordinate representation of color #89EAFF: hue angle of 190.68º 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 #89EAFF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 234 | 255 | - |
| CMYK | 0.46 | 0.08 | 0 | 0 |
| HSL | 190.68º | 1% | 0.77% | - |
| HSV(B) | 190.68º | 0.46% | 1% | - |
| XYZ | 57.79 | 71.38 | 105.34 | - |
| YUV | 207.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 234 | 255 | 0.46 | 0.08 | 0 | 0 | 190.68 | 1 | 0.77 |
| Hex | 89 | EA | FF | 2E | 8 | 0 | 0 | BF | 64 | 4D |
| Octal | 211 | 352 | 377 | 56 | 10 | 0 | 0 | 277 | 144 | 115 |
| Binary | 10001001 | 11101010 | 11111111 | 101110 | 1000 | 0 | 0 | 10111111 | 1100100 | 1001101 |
Color Harmonies of #89EAFF
Complementary color
Monochromatic Colors of #89EAFF
Black with #89EAFF
Text Example
Text Example
White with #89EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EAFF; }
p { color: rgb(137,234,255); }
H1.HeaderClassName
{
color: #89EAFF;
}
.AnyTagClassName
{
color: #89EAFF;
}
</style>
background-color css
<style>
a { background-color: #89EAFF; }
a { background-color: rgb(137,234,255); }
div.DivClassName
{
background-color: #89EAFF;
}
.BgClassName
{
background-color: #89EAFF;
}
</style>
border-color css
<style>
span { border-color: #89EAFF; }
span { border-color: rgb(137,234,255); }
td.TdClassName
{
border-color: #89EAFF;
}
.TagClassName
{
border-color: #89EAFF;
}
</style>