Html Css Color HEX #89FAF3 Electric Blue

📋 copy color: '#89FAF3'

red 137 ◦ green 250 ◦ blue 243

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

Shades of Electric Blue #89FAF3

Tints of Electric Blue #89FAF3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.68%

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 21.75%
G = 39.68%
B = 38.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#89FAF3 (or 0x89FAF3) is known color: Electric Blue. HEX triplet: 89, FA and F3. RGB value is (137,250,243). Sum of RGB (Red+Green+Blue) = 137+250+243=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAF3 is #76050C. Grayscale: #D7D7D7. Windows color (decimal): -7734541 or 15989385. OLE color: 15989385.

HSL color Cylindrical-coordinate representation of color #89FAF3: hue angle of 176.28º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FAF3 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 250 243 -
CMYK 0.45 0 0.03 0.02
HSL 176.28º 0.92% 0.76% -
HSV(B) 176.28º 0.45% 0.98% -
XYZ 60.68 80.16 97.07 -
YUV 215.42 143.56 72.07 -
System Red Green Blue C M Y K H S L
Decimal 137 250 243 0.45 0 0.03 0.02 176.28 0.92 0.76
Hex 89 FA F3 2D 0 3 2 B0 5C 4C
Octal 211 372 363 55 0 3 2 260 134 114
Binary 10001001 11111010 11110011 101101 0 11 10 10110000 1011100 1001100

Color Harmonies of #89FAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FAF3

Black with #89FAF3

Text Example


Text Example

White with #89FAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,250,243); }

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

background-color css

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

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

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

border-color css

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

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

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