Html Css Color HEX #89FAF1 Electric Blue

📋 copy color: '#89FAF1'

red 137 ◦ green 250 ◦ blue 241

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

Shades of Electric Blue #89FAF1

Tints of Electric Blue #89FAF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.38%

R = 21.82%
G = 39.81%
B = 38.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#89FAF1 (or 0x89FAF1) is known color: Electric Blue. HEX triplet: 89, FA and F1. RGB value is (137,250,241). Sum of RGB (Red+Green+Blue) = 137+250+241=628 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.82% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAF1 is #76050E. Grayscale: #D7D7D7. Windows color (decimal): -7734543 or 15858313. OLE color: 15858313.

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

Color convert

RGB 137 250 241 -
CMYK 0.45 0 0.04 0.02
HSL 175.22º 0.92% 0.76% -
HSV(B) 175.22º 0.45% 0.98% -
XYZ 60.38 80.04 95.49 -
YUV 215.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 137 250 241 0.45 0 0.04 0.02 175.22 0.92 0.76
Hex 89 FA F1 2D 0 4 2 AF 5C 4C
Octal 211 372 361 55 0 4 2 257 134 114
Binary 10001001 11111010 11110001 101101 0 100 10 10101111 1011100 1001100

Color Harmonies of #89FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FAF1

Black with #89FAF1

Text Example


Text Example

White with #89FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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