Html Css Color HEX #89F6EC Electric Blue

📋 copy color: '#89F6EC'

red 137 ◦ green 246 ◦ blue 236

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

Shades of Electric Blue #89F6EC

Tints of Electric Blue #89F6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.74%

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

R = 22.13%
G = 39.74%
B = 38.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#89F6EC (or 0x89F6EC) is known color: Electric Blue. HEX triplet: 89, F6 and EC. RGB value is (137,246,236). Sum of RGB (Red+Green+Blue) = 137+246+236=619 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.13% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #89F6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F6EC is #760913. Grayscale: #D4D4D4. Windows color (decimal): -7735572 or 15529609. OLE color: 15529609.

HSL color Cylindrical-coordinate representation of color #89F6EC: hue angle of 174.5º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F6EC is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 137 246 236 -
CMYK 0.44 0 0.04 0.04
HSL 174.5º 0.86% 0.75% -
HSV(B) 174.5º 0.44% 0.96% -
XYZ 58.41 77.29 91.2 -
YUV 212.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 137 246 236 0.44 0 0.04 0.04 174.5 0.86 0.75
Hex 89 F6 EC 2C 0 4 4 AE 56 4B
Octal 211 366 354 54 0 4 4 256 126 113
Binary 10001001 11110110 11101100 101100 0 100 100 10101110 1010110 1001011

Color Harmonies of #89F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F6EC

Black with #89F6EC

Text Example


Text Example

White with #89F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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