Html Css Color HEX #89ECEC Electric Blue

📋 copy color: '#89ECEC'

red 137 ◦ green 236 ◦ blue 236

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

Shades of Electric Blue #89ECEC

Tints of Electric Blue #89ECEC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.75%

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

R = 22.5%
G = 38.75%
B = 38.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#89ECEC (or 0x89ECEC) is known color: Electric Blue. HEX triplet: 89, EC and EC. RGB value is (137,236,236). Sum of RGB (Red+Green+Blue) = 137+236+236=609 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.50% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #89ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89ECEC is #761313. Grayscale: #CECECE. Windows color (decimal): -7738132 or 15527049. OLE color: 15527049.

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

Color convert

RGB 137 236 236 -
CMYK 0.42 0 0 0.07
HSL 180º 0.72% 0.73% -
HSV(B) 180º 0.42% 0.93% -
XYZ 55.45 71.37 90.21 -
YUV 206.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 137 236 236 0.42 0 0 0.07 180 0.72 0.73
Hex 89 EC EC 2A 0 0 7 B4 48 49
Octal 211 354 354 52 0 0 7 264 110 111
Binary 10001001 11101100 11101100 101010 0 0 111 10110100 1001000 1001001

Color Harmonies of #89ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ECEC

Black with #89ECEC

Text Example


Text Example

White with #89ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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