#89F1EC

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

Shades of Electric Blue #89F1EC

Tints of Electric Blue #89F1EC

Color information

#89F1EC (or 0x89F1EC) is unknown color: approx Electric Blue. HEX triplet: 89, F1 and EC. RGB value is (137,241,236). Sum of RGB (Red+Green+Blue) = 137+241+236=614 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.31% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #89F1EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F1EC is #760E13. Grayscale: #D1D1D1. Windows color (decimal): -7736852 or 15528329. OLE color: 15528329.

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

Color convert

RGB137241236-
CMYK0.4300.020.05
HSL177.12º78.79%74.12%-
HSV(B)177.12º43.15%94.51%-
XYZ56.9174.2990.7-
YUV209.33143.0476.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.31%
GREEN value IS 241 (94.53% from 255) = 39.25%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=22.31%
G=39.25%
B=38.44%

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
Decimal1372412360.4300.020.05177.1278.7974.12
Hex89F1EC2B025b14f4a
Octal21136135453025261117112
Binary1000100111110001111011001010110101011011000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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