#89EEFC

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

Shades of Electric Blue #89EEFC

Tints of Electric Blue #89EEFC

Color information

#89EEFC (or 0x89EEFC) is unknown color: approx Electric Blue. HEX triplet: 89, EE and FC. RGB value is (137,238,252). Sum of RGB (Red+Green+Blue) = 137+238+252=627 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.85% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #89EEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEFC is #761103. Grayscale: #D1D1D1. Windows color (decimal): -7737604 or 16576137. OLE color: 16576137.

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

Color convert

RGB137238252-
CMYK0.460.0600.01
HSL187.3º95.04%76.27%-
HSV(B)187.3º45.63%98.82%-
XYZ58.4673.5103.2-
YUV209.4152.0476.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.85%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=21.85%
G=37.96%
B=40.19%

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
Decimal1372382520.460.0600.01187.395.0476.27
Hex89EEFC2E601bb5f4c
Octal21135637456601273137114
Binary100010011110111011111100101110110011011101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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