Shades of Electric Blue #89EEF4
Tints of Electric Blue #89EEF4
RGB
CMYK
RGB Variations
Color information
#89EEF4 (or 0x89EEF4) is known color: Electric Blue. HEX triplet: 89, EE and F4. RGB value is (137,238,244). Sum of RGB (Red+Green+Blue) = 137+238+244=619 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.13% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #89EEF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEF4 is #76110B. Grayscale: #D0D0D0. Windows color (decimal): -7737612 or 16051849. OLE color: 16051849.
HSL color Cylindrical-coordinate representation of color #89EEF4: hue angle of 183.36º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89EEF4 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 137 | 238 | 244 | - |
| CMYK | 0.44 | 0.02 | 0 | 0.04 |
| HSL | 183.36º | 0.83% | 0.75% | - |
| HSV(B) | 183.36º | 0.44% | 0.96% | - |
| XYZ | 57.22 | 73 | 96.66 | - |
| YUV | 208.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 238 | 244 | 0.44 | 0.02 | 0 | 0.04 | 183.36 | 0.83 | 0.75 |
| Hex | 89 | EE | F4 | 2C | 2 | 0 | 4 | B7 | 53 | 4B |
| Octal | 211 | 356 | 364 | 54 | 2 | 0 | 4 | 267 | 123 | 113 |
| Binary | 10001001 | 11101110 | 11110100 | 101100 | 10 | 0 | 100 | 10110111 | 1010011 | 1001011 |
Color Harmonies of #89EEF4
Complementary color
Monochromatic Colors of #89EEF4
Black with #89EEF4
Text Example
Text Example
White with #89EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89EEF4; }
p { color: rgb(137,238,244); }
H1.HeaderClassName
{
color: #89EEF4;
}
.AnyTagClassName
{
color: #89EEF4;
}
</style>
background-color css
<style>
a { background-color: #89EEF4; }
a { background-color: rgb(137,238,244); }
div.DivClassName
{
background-color: #89EEF4;
}
.BgClassName
{
background-color: #89EEF4;
}
</style>
border-color css
<style>
span { border-color: #89EEF4; }
span { border-color: rgb(137,238,244); }
td.TdClassName
{
border-color: #89EEF4;
}
.TagClassName
{
border-color: #89EEF4;
}
</style>