#89EEEE

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

Shades of Electric Blue #89EEEE

Tints of Electric Blue #89EEEE

Color information

#89EEEE (or 0x89EEEE) is unknown color: approx Electric Blue. HEX triplet: 89, EE and EE. RGB value is (137,238,238). Sum of RGB (Red+Green+Blue) = 137+238+238=613 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.35% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #89EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEEE is #761111. Grayscale: #CFCFCF. Windows color (decimal): -7737618 or 15658633. OLE color: 15658633.

HSL color Cylindrical-coordinate representation of color #89EEEE: hue angle of 180º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89EEEE is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137238238-
CMYK0.42000.07
HSL180º74.81%73.53%-
HSV(B)180º42.44%93.33%-
XYZ56.3272.6491.94-
YUV207.8145.0477.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.35%
GREEN value IS 238 (93.36% from 255) = 38.83%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=22.35%
G=38.83%
B=38.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372382380.42000.0718074.8173.53
Hex89EEEE2A007b44b4a
Octal21135635652007264113112
Binary100010011110111011101110101010001111011010010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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