#89EEFD

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

Shades of Electric Blue #89EEFD

Tints of Electric Blue #89EEFD

Color information

#89EEFD (or 0x89EEFD) is unknown color: approx Electric Blue. HEX triplet: 89, EE and FD. RGB value is (137,238,253). Sum of RGB (Red+Green+Blue) = 137+238+253=628 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.82% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #89EEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEFD is #761102. Grayscale: #D1D1D1. Windows color (decimal): -7737603 or 16641673. OLE color: 16641673.

HSL color Cylindrical-coordinate representation of color #89EEFD: hue angle of 187.76º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89EEFD is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137238253-
CMYK0.460.0600.01
HSL187.76º96.67%76.47%-
HSV(B)187.76º45.85%99.22%-
XYZ58.6273.56104.04-
YUV209.51152.5476.28-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.82%
GREEN value IS 238 (93.36% from 255) = 37.90%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=21.82%
G=37.90%
B=40.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372382530.460.0600.01187.7696.6776.47
Hex89EEFD2E601bc614c
Octal21135637556601274141114
Binary100010011110111011111101101110110011011110011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,238,253); }

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

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

 a { background-color: rgb(137,238,253); }

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

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

 span { border-color: rgb(137,238,253); }

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