#89EAFC

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

Shades of Electric Blue #89EAFC

Tints of Electric Blue #89EAFC

Color information

#89EAFC (or 0x89EAFC) is unknown color: approx Electric Blue. HEX triplet: 89, EA and FC. RGB value is (137,234,252). Sum of RGB (Red+Green+Blue) = 137+234+252=623 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.99% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #89EAFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EAFC is #761503. Grayscale: #CECECE. Windows color (decimal): -7738628 or 16575113. OLE color: 16575113.

HSL color Cylindrical-coordinate representation of color #89EAFC: hue angle of 189.39º degrees, saturation: 0.95, 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 #89EAFC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137234252-
CMYK0.460.0700.01
HSL189.39º95.04%76.27%-
HSV(B)189.39º45.63%98.82%-
XYZ57.3171.19102.82-
YUV207.05153.3678.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.99%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=21.99%
G=37.56%
B=40.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372342520.460.0700.01189.3995.0476.27
Hex89EAFC2E701bd5f4c
Octal21135237456701275137114
Binary100010011110101011111100101110111011011110110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,234,252); }

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

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

 a { background-color: rgb(137,234,252); }

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

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

 span { border-color: rgb(137,234,252); }

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