Html Css Color HEX #89F7F6 Electric Blue

📋 copy color: '#89F7F6'

red 137 ◦ green 247 ◦ blue 246

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

Shades of Electric Blue #89F7F6

Tints of Electric Blue #89F7F6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.21%

 BLUE value IS 246 (96.48% from 255) = 39.05%

R = 21.75%
G = 39.21%
B = 39.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#89F7F6 (or 0x89F7F6) is known color: Electric Blue. HEX triplet: 89, F7 and F6. RGB value is (137,247,246). Sum of RGB (Red+Green+Blue) = 137+247+246=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 246 (96.48% from 255 or 39.05% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #89F7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F7F6 is #760809. Grayscale: #D5D5D5. Windows color (decimal): -7735306 or 16185225. OLE color: 16185225.

HSL color Cylindrical-coordinate representation of color #89F7F6: hue angle of 179.45º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F7F6 is Cyan = 0.45, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 247 246 -
CMYK 0.45 0 0.00 0.03
HSL 179.45º 0.87% 0.75% -
HSV(B) 179.45º 0.45% 0.97% -
XYZ 60.21 78.49 99.17 -
YUV 214 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 137 247 246 0.45 0 0.00 0.03 179.45 0.87 0.75
Hex 89 F7 F6 2D 0 0 3 B3 57 4B
Octal 211 367 366 55 0 0 3 263 127 113
Binary 10001001 11110111 11110110 101101 0 0 11 10110011 1010111 1001011

Color Harmonies of #89F7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F7F6

Black with #89F7F6

Text Example


Text Example

White with #89F7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,247,246); }

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

background-color css

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

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

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

border-color css

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

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

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