Html Css Color HEX #89EDEF Electric Blue

📋 copy color: '#89EDEF'

red 137 ◦ green 237 ◦ blue 239

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

Shades of Electric Blue #89EDEF

Tints of Electric Blue #89EDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 22.35%
G = 38.66%
B = 38.99%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#89EDEF (or 0x89EDEF) is known color: Electric Blue. HEX triplet: 89, ED and EF. RGB value is (137,237,239). Sum of RGB (Red+Green+Blue) = 137+237+239=613 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.35% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #89EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EDEF is #761210. Grayscale: #CFCFCF. Windows color (decimal): -7737873 or 15723913. OLE color: 15723913.

HSL color Cylindrical-coordinate representation of color #89EDEF: hue angle of 181.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EDEF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 237 239 -
CMYK 0.43 0.01 0 0.06
HSL 181.18º 0.76% 0.74% -
HSV(B) 181.18º 0.43% 0.94% -
XYZ 56.18 72.12 92.62 -
YUV 207.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 137 237 239 0.43 0.01 0 0.06 181.18 0.76 0.74
Hex 89 ED EF 2B 1 0 6 B5 4C 4A
Octal 211 355 357 53 1 0 6 265 114 112
Binary 10001001 11101101 11101111 101011 1 0 110 10110101 1001100 1001010

Color Harmonies of #89EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EDEF

Black with #89EDEF

Text Example


Text Example

White with #89EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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