Html Css Color HEX #89FEFE Electric Blue

📋 copy color: '#89FEFE'

red 137 ◦ green 254 ◦ blue 254

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

Shades of Electric Blue #89FEFE

Tints of Electric Blue #89FEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.38%

R = 21.24%
G = 39.38%
B = 39.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89FEFE (or 0x89FEFE) is known color: Electric Blue. HEX triplet: 89, FE and FE. RGB value is (137,254,254). Sum of RGB (Red+Green+Blue) = 137+254+254=645 (85% of max value = 765). Red value is 137 (53.91% from 255 or 21.24% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #89FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FEFE is #760101. Grayscale: #DADADA. Windows color (decimal): -7733506 or 16711305. OLE color: 16711305.

HSL color Cylindrical-coordinate representation of color #89FEFE: hue angle of 180º 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 #89FEFE is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 137 254 254 -
CMYK 0.46 0 0 0.00
HSL 180º 0.98% 0.77% -
HSV(B) 180º 0.46% 1% -
XYZ 63.65 83.36 106.5 -
YUV 219.02 147.74 69.5 -
System Red Green Blue C M Y K H S L
Decimal 137 254 254 0.46 0 0 0.00 180 0.98 0.77
Hex 89 FE FE 2E 0 0 0 B4 62 4D
Octal 211 376 376 56 0 0 0 264 142 115
Binary 10001001 11111110 11111110 101110 0 0 0 10110100 1100010 1001101

Color Harmonies of #89FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FEFE

Black with #89FEFE

Text Example


Text Example

White with #89FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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