Html Css Color HEX #89EFE9 Electric Blue

📋 copy color: '#89EFE9'

red 137 ◦ green 239 ◦ blue 233

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

Shades of Electric Blue #89EFE9

Tints of Electric Blue #89EFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.26%

R = 22.5%
G = 39.24%
B = 38.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#89EFE9 (or 0x89EFE9) is known color: Electric Blue. HEX triplet: 89, EF and E9. RGB value is (137,239,233). Sum of RGB (Red+Green+Blue) = 137+239+233=609 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.50% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFE9 is #761016. Grayscale: #CFCFCF. Windows color (decimal): -7737367 or 15331209. OLE color: 15331209.

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

Color convert

RGB 137 239 233 -
CMYK 0.43 0 0.03 0.06
HSL 176.47º 0.76% 0.74% -
HSV(B) 176.47º 0.43% 0.94% -
XYZ 55.89 72.93 88.22 -
YUV 207.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 137 239 233 0.43 0 0.03 0.06 176.47 0.76 0.74
Hex 89 EF E9 2B 0 3 6 B0 4C 4A
Octal 211 357 351 53 0 3 6 260 114 112
Binary 10001001 11101111 11101001 101011 0 11 110 10110000 1001100 1001010

Color Harmonies of #89EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89EFE9

Black with #89EFE9

Text Example


Text Example

White with #89EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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