Html Css Color HEX #89EDEC Electric Blue

📋 copy color: '#89EDEC'

red 137 ◦ green 237 ◦ blue 236

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

Shades of Electric Blue #89EDEC

Tints of Electric Blue #89EDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 22.46%
G = 38.85%
B = 38.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#89EDEC (or 0x89EDEC) is known color: Electric Blue. HEX triplet: 89, ED and EC. RGB value is (137,237,236). Sum of RGB (Red+Green+Blue) = 137+237+236=610 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.46% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #89EDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDEC is #761213. Grayscale: #CECECE. Windows color (decimal): -7737876 or 15527305. OLE color: 15527305.

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

Color convert

RGB 137 237 236 -
CMYK 0.42 0 0.00 0.07
HSL 179.4º 0.74% 0.73% -
HSV(B) 179.4º 0.42% 0.93% -
XYZ 55.74 71.94 90.31 -
YUV 206.99 144.37 78.08 -
System Red Green Blue C M Y K H S L
Decimal 137 237 236 0.42 0 0.00 0.07 179.4 0.74 0.73
Hex 89 ED EC 2A 0 0 7 B3 4A 49
Octal 211 355 354 52 0 0 7 263 112 111
Binary 10001001 11101101 11101100 101010 0 0 111 10110011 1001010 1001001

Color Harmonies of #89EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EDEC

Black with #89EDEC

Text Example


Text Example

White with #89EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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