Html Css Color HEX #89EEF9 Electric Blue

📋 copy color: '#89EEF9'

red 137 ◦ green 238 ◦ blue 249

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

Shades of Electric Blue #89EEF9

Tints of Electric Blue #89EEF9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.14%

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

R = 21.96%
G = 38.14%
B = 39.9%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#89EEF9 (or 0x89EEF9) is known color: Electric Blue. HEX triplet: 89, EE and F9. RGB value is (137,238,249). Sum of RGB (Red+Green+Blue) = 137+238+249=624 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.96% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 249 - color contains mainly: blue. Hex color #89EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEF9 is #761106. Grayscale: #D0D0D0. Windows color (decimal): -7737607 or 16379529. OLE color: 16379529.

HSL color Cylindrical-coordinate representation of color #89EEF9: hue angle of 185.89º 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 #89EEF9 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 238 249 -
CMYK 0.45 0.04 0 0.02
HSL 185.89º 0.9% 0.76% -
HSV(B) 185.89º 0.45% 0.98% -
XYZ 57.99 73.31 100.72 -
YUV 209.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 137 238 249 0.45 0.04 0 0.02 185.89 0.9 0.76
Hex 89 EE F9 2D 4 0 2 BA 5A 4C
Octal 211 356 371 55 4 0 2 272 132 114
Binary 10001001 11101110 11111001 101101 100 0 10 10111010 1011010 1001100

Color Harmonies of #89EEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EEF9

Black with #89EEF9

Text Example


Text Example

White with #89EEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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