Html Css Color HEX #89EDEA Electric Blue

📋 copy color: '#89EDEA'

red 137 ◦ green 237 ◦ blue 234

#89EDEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Blue #89EDEA

Tints of Electric Blue #89EDEA

RGB

 RED value IS 137 (53.91% from 255) = 22.53%

 GREEN value IS 237 (92.97% from 255) = 38.98%

 BLUE value IS 234 (91.8% from 255) = 38.49%

R = 22.53%
G = 38.98%
B = 38.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#89EDEA (or 0x89EDEA) is known color: Electric Blue. HEX triplet: 89, ED and EA. RGB value is (137,237,234). Sum of RGB (Red+Green+Blue) = 137+237+234=608 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.53% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDEA is #761215. Grayscale: #CECECE. Windows color (decimal): -7737878 or 15396233. OLE color: 15396233.

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

Color convert

RGB 137 237 234 -
CMYK 0.42 0 0.01 0.07
HSL 178.2º 0.74% 0.73% -
HSV(B) 178.2º 0.42% 0.93% -
XYZ 55.45 71.83 88.78 -
YUV 206.76 143.37 78.24 -
System Red Green Blue C M Y K H S L
Decimal 137 237 234 0.42 0 0.01 0.07 178.2 0.74 0.73
Hex 89 ED EA 2A 0 1 7 B2 4A 49
Octal 211 355 352 52 0 1 7 262 112 111
Binary 10001001 11101101 11101010 101010 0 1 111 10110010 1001010 1001001

Color Harmonies of #89EDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EDEA

Black with #89EDEA

Text Example


Text Example

White with #89EDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89EDEA;
 }
 .AnyTagClassName
 {
   color: #89EDEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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