#89EDEE

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

Shades of Electric Blue #89EDEE

Tints of Electric Blue #89EDEE

Color information

#89EDEE (or 0x89EDEE) is unknown color: approx Electric Blue. HEX triplet: 89, ED and EE. RGB value is (137,237,238). Sum of RGB (Red+Green+Blue) = 137+237+238=612 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.39% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #89EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDEE is #761211. Grayscale: #CFCFCF. Windows color (decimal): -7737874 or 15658377. OLE color: 15658377.

HSL color Cylindrical-coordinate representation of color #89EDEE: hue angle of 180.59º 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 #89EDEE is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB137237238-
CMYK0.420.0000.07
HSL180.59º74.81%73.53%-
HSV(B)180.59º42.44%93.33%-
XYZ56.0372.0691.84-
YUV207.21145.3777.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.39%
GREEN value IS 237 (92.97% from 255) = 38.73%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=22.39%
G=38.73%
B=38.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1372372380.420.0000.07180.5974.8173.53
Hex89EDEE2A007b54b4a
Octal21135535652007265113112
Binary100010011110110111101110101010001111011010110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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