Html Css Color HEX #89F4FE Electric Blue

📋 copy color: '#89F4FE'

red 137 ◦ green 244 ◦ blue 254

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

Shades of Electric Blue #89F4FE

Tints of Electric Blue #89F4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.43%

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

R = 21.57%
G = 38.43%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89F4FE (or 0x89F4FE) is known color: Electric Blue. HEX triplet: 89, F4 and FE. RGB value is (137,244,254). Sum of RGB (Red+Green+Blue) = 137+244+254=635 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.57% from 635); Green value is 244 (95.70% from 255 or 38.43% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #89F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F4FE is #760B01. Grayscale: #D4D4D4. Windows color (decimal): -7736066 or 16708745. OLE color: 16708745.

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

Color convert

RGB 137 244 254 -
CMYK 0.46 0.04 0 0.00
HSL 185.13º 0.98% 0.77% -
HSV(B) 185.13º 0.46% 1% -
XYZ 60.56 77.18 105.47 -
YUV 213.15 151.05 73.69 -
System Red Green Blue C M Y K H S L
Decimal 137 244 254 0.46 0.04 0 0.00 185.13 0.98 0.77
Hex 89 F4 FE 2E 4 0 0 B9 62 4D
Octal 211 364 376 56 4 0 0 271 142 115
Binary 10001001 11110100 11111110 101110 100 0 0 10111001 1100010 1001101

Color Harmonies of #89F4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F4FE

Black with #89F4FE

Text Example


Text Example

White with #89F4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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