Html Css Color HEX #89E8F9 Electric Blue

📋 copy color: '#89E8F9'

red 137 ◦ green 232 ◦ blue 249

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

Shades of Electric Blue #89E8F9

Tints of Electric Blue #89E8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.54%

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 22.17%
G = 37.54%
B = 40.29%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89E8F9 (or 0x89E8F9) is known color: Electric Blue. HEX triplet: 89, E8 and F9. RGB value is (137,232,249). Sum of RGB (Red+Green+Blue) = 137+232+249=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #89E8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8F9 is #761706. Grayscale: #CDCDCD. Windows color (decimal): -7739143 or 16377993. OLE color: 16377993.

HSL color Cylindrical-coordinate representation of color #89E8F9: hue angle of 189.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89E8F9 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 232 249 -
CMYK 0.45 0.07 0 0.02
HSL 189.11º 0.9% 0.76% -
HSV(B) 189.11º 0.45% 0.98% -
XYZ 56.27 69.87 100.14 -
YUV 205.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 137 232 249 0.45 0.07 0 0.02 189.11 0.9 0.76
Hex 89 E8 F9 2D 7 0 2 BD 5A 4C
Octal 211 350 371 55 7 0 2 275 132 114
Binary 10001001 11101000 11111001 101101 111 0 10 10111101 1011010 1001100

Color Harmonies of #89E8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89E8F9

Black with #89E8F9

Text Example


Text Example

White with #89E8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,232,249); }

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

background-color css

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

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

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

border-color css

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

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

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