Html Css Color HEX #89F2FE Electric Blue

📋 copy color: '#89F2FE'

red 137 ◦ green 242 ◦ blue 254

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

Shades of Electric Blue #89F2FE

Tints of Electric Blue #89F2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.23%

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

R = 21.64%
G = 38.23%
B = 40.13%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#89F2FE (or 0x89F2FE) is known color: Electric Blue. HEX triplet: 89, F2 and FE. RGB value is (137,242,254). Sum of RGB (Red+Green+Blue) = 137+242+254=633 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.64% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #89F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F2FE is #760D01. Grayscale: #D3D3D3. Windows color (decimal): -7736578 or 16708233. OLE color: 16708233.

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

Color convert

RGB 137 242 254 -
CMYK 0.46 0.05 0 0.00
HSL 186.15º 0.98% 0.77% -
HSV(B) 186.15º 0.46% 1% -
XYZ 59.96 75.98 105.27 -
YUV 211.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 137 242 254 0.46 0.05 0 0.00 186.15 0.98 0.77
Hex 89 F2 FE 2E 5 0 0 BA 62 4D
Octal 211 362 376 56 5 0 0 272 142 115
Binary 10001001 11110010 11111110 101110 101 0 0 10111010 1100010 1001101

Color Harmonies of #89F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F2FE

Black with #89F2FE

Text Example


Text Example

White with #89F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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