#89EDFF

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

Shades of Electric Blue #89EDFF

Tints of Electric Blue #89EDFF

Color information

#89EDFF (or 0x89EDFF) is unknown color: approx Electric Blue. HEX triplet: 89, ED and FF. RGB value is (137,237,255). Sum of RGB (Red+Green+Blue) = 137+237+255=629 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.78% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #89EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDFF is #761200. Grayscale: #D0D0D0. Windows color (decimal): -7737857 or 16772489. OLE color: 16772489.

HSL color Cylindrical-coordinate representation of color #89EDFF: hue angle of 189.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89EDFF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137237255-
CMYK0.460.0700
HSL189.15º100%76.86%-
HSV(B)189.15º46.27%100%-
XYZ58.6573.11105.63-
YUV209.15153.8776.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.78%
GREEN value IS 237 (92.97% from 255) = 37.68%
BLUE value IS 255 (100% from 255) = 40.54%
R=21.78%
G=37.68%
B=40.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372372550.460.0700189.1510076.86
Hex89EDFF2E700bd644d
Octal21135537756700275144115
Binary100010011110110111111111101110111001011110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,237,255); }

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

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

 a { background-color: rgb(137,237,255); }

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

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

 span { border-color: rgb(137,237,255); }

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