#89F8E9

Color #89F8E9 Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #89F8E9

Tints of Electric Blue #89F8E9

Color information

#89F8E9 (or 0x89F8E9) is unknown color: approx Electric Blue. HEX triplet: 89, F8 and E9. RGB value is (137,248,233). Sum of RGB (Red+Green+Blue) = 137+248+233=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F8E9 is #760716. Grayscale: #D5D5D5. Windows color (decimal): -7735063 or 15333513. OLE color: 15333513.

HSL color Cylindrical-coordinate representation of color #89F8E9: hue angle of 171.89º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8E9 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB137248233-
CMYK0.4500.060.03
HSL171.89º88.8%75.49%-
HSV(B)171.89º44.76%97.25%-
XYZ58.5978.3489.12-
YUV213.1139.2373.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 137 (53.91% from 255) = 22.17%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 233 (91.41% from 255) = 37.70%
R=22.17%
G=40.13%
B=37.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1372482330.4500.060.03171.8988.875.49
Hex89F8E92D063ac594b
Octal21137035155063254131113
Binary1000100111111000111010011011010110111010110010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89F8E9; }

 p { color: rgb(137,248,233); }

 H1.HeaderClassName
 {
   color: #89F8E9;
 }
 .AnyTagClassName
 {
   color: #89F8E9;
 }
</style>
background-color css

<style>
 a { background-color: #89F8E9; }

 a { background-color: rgb(137,248,233); }

 div.DivClassName
 {
   background-color: #89F8E9;
 }
 .BgClassName
 {
   background-color: #89F8E9;
 }
</style>
border-color css

<style>
 span { border-color: #89F8E9; }

 span { border-color: rgb(137,248,233); }

 td.TdClassName
 {
   border-color: #89F8E9;
 }
 .TagClassName
 {
   border-color: #89F8E9;
 }
</style>