Html Css Color HEX #89EFED Electric Blue

📋 copy color: '#89EFED'

red 137 ◦ green 239 ◦ blue 237

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

Shades of Electric Blue #89EFED

Tints of Electric Blue #89EFED

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #89EFED: hue angle of 178.82º 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 #89EFED is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 137 239 237 -
CMYK 0.43 0 0.01 0.06
HSL 178.82º 0.76% 0.74% -
HSV(B) 178.82º 0.43% 0.94% -
XYZ 56.47 73.17 91.27 -
YUV 208.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 137 239 237 0.43 0 0.01 0.06 178.82 0.76 0.74
Hex 89 EF ED 2B 0 1 6 B3 4C 4A
Octal 211 357 355 53 0 1 6 263 114 112
Binary 10001001 11101111 11101101 101011 0 1 110 10110011 1001100 1001010

Color Harmonies of #89EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EFED

Black with #89EFED

Text Example


Text Example

White with #89EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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