Html Css Color HEX #89F8FE Electric Blue

📋 copy color: '#89F8FE'

red 137 ◦ green 248 ◦ blue 254

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

Shades of Electric Blue #89F8FE

Tints of Electric Blue #89F8FE

RGB

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

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

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

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

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

RGB 137 248 254 -
CMYK 0.46 0.02 0 0.00
HSL 183.08º 0.98% 0.77% -
HSV(B) 183.08º 0.46% 1% -
XYZ 61.77 79.61 105.88 -
YUV 215.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 137 248 254 0.46 0.02 0 0.00 183.08 0.98 0.77
Hex 89 F8 FE 2E 2 0 0 B7 62 4D
Octal 211 370 376 56 2 0 0 267 142 115
Binary 10001001 11111000 11111110 101110 10 0 0 10110111 1100010 1001101

Color Harmonies of #89F8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F8FE

Black with #89F8FE

Text Example


Text Example

White with #89F8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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