#89F1E6

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

Shades of Electric Blue #89F1E6

Tints of Electric Blue #89F1E6

Color information

#89F1E6 (or 0x89F1E6) is unknown color: approx Electric Blue. HEX triplet: 89, F1 and E6. RGB value is (137,241,230). Sum of RGB (Red+Green+Blue) = 137+241+230=608 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.53% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F1E6 is #760E19. Grayscale: #D0D0D0. Windows color (decimal): -7736858 or 15135113. OLE color: 15135113.

HSL color Cylindrical-coordinate representation of color #89F1E6: hue angle of 173.65º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F1E6 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB137241230-
CMYK0.4300.050.05
HSL173.65º78.79%74.12%-
HSV(B)173.65º43.15%94.51%-
XYZ56.0573.9486.18-
YUV208.65140.0476.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.53%
GREEN value IS 241 (94.53% from 255) = 39.64%
BLUE value IS 230 (90.23% from 255) = 37.83%
R=22.53%
G=39.64%
B=37.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372412300.4300.050.05173.6578.7974.12
Hex89F1E62B055ae4f4a
Octal21136134653055256117112
Binary10001001111100011110011010101101011011010111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,241,230); }

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

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

 a { background-color: rgb(137,241,230); }

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

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

 span { border-color: rgb(137,241,230); }

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