Html Css Color HEX #89FEF8 Electric Blue

📋 copy color: '#89FEF8'

red 137 ◦ green 254 ◦ blue 248

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

Shades of Electric Blue #89FEF8

Tints of Electric Blue #89FEF8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.75%

 BLUE value IS 248 (97.27% from 255) = 38.81%

R = 21.44%
G = 39.75%
B = 38.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#89FEF8 (or 0x89FEF8) is known color: Electric Blue. HEX triplet: 89, FE and F8. RGB value is (137,254,248). Sum of RGB (Red+Green+Blue) = 137+254+248=639 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.44% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #89FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FEF8 is #760107. Grayscale: #DADADA. Windows color (decimal): -7733512 or 16318089. OLE color: 16318089.

HSL color Cylindrical-coordinate representation of color #89FEF8: hue angle of 176.92º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FEF8 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 254 248 -
CMYK 0.46 0 0.02 0.00
HSL 176.92º 0.98% 0.77% -
HSV(B) 176.92º 0.46% 1% -
XYZ 62.7 82.98 101.52 -
YUV 218.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 137 254 248 0.46 0 0.02 0.00 176.92 0.98 0.77
Hex 89 FE F8 2E 0 2 0 B1 62 4D
Octal 211 376 370 56 0 2 0 261 142 115
Binary 10001001 11111110 11111000 101110 0 10 0 10110001 1100010 1001101

Color Harmonies of #89FEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FEF8

Black with #89FEF8

Text Example


Text Example

White with #89FEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,254,248); }

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

background-color css

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

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

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

border-color css

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

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

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