#89F1EB

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

Shades of Electric Blue #89F1EB

Tints of Electric Blue #89F1EB

Color information

#89F1EB (or 0x89F1EB) is unknown color: approx Electric Blue. HEX triplet: 89, F1 and EB. RGB value is (137,241,235). Sum of RGB (Red+Green+Blue) = 137+241+235=613 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.35% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F1EB is #760E14. Grayscale: #D1D1D1. Windows color (decimal): -7736853 or 15462793. OLE color: 15462793.

HSL color Cylindrical-coordinate representation of color #89F1EB: hue angle of 176.54º 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 #89F1EB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB137241235-
CMYK0.4300.020.05
HSL176.54º78.79%74.12%-
HSV(B)176.54º43.15%94.51%-
XYZ56.7774.2389.93-
YUV209.22142.5476.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.35%
GREEN value IS 241 (94.53% from 255) = 39.31%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=22.35%
G=39.31%
B=38.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372412350.4300.020.05176.5478.7974.12
Hex89F1EB2B025b14f4a
Octal21136135353025261117112
Binary1000100111110001111010111010110101011011000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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