Html Css Color HEX #89FAF2 Electric Blue

📋 copy color: '#89FAF2'

red 137 ◦ green 250 ◦ blue 242

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

Shades of Electric Blue #89FAF2

Tints of Electric Blue #89FAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 21.78%
G = 39.75%
B = 38.47%

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

#89FAF2 (or 0x89FAF2) is known color: Electric Blue. HEX triplet: 89, FA and F2. RGB value is (137,250,242). Sum of RGB (Red+Green+Blue) = 137+250+242=629 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.78% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAF2 is #76050D. Grayscale: #D7D7D7. Windows color (decimal): -7734542 or 15923849. OLE color: 15923849.

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

Color convert

RGB 137 250 242 -
CMYK 0.45 0 0.03 0.02
HSL 175.75º 0.92% 0.76% -
HSV(B) 175.75º 0.45% 0.98% -
XYZ 60.53 80.1 96.28 -
YUV 215.3 143.06 72.15 -
System Red Green Blue C M Y K H S L
Decimal 137 250 242 0.45 0 0.03 0.02 175.75 0.92 0.76
Hex 89 FA F2 2D 0 3 2 B0 5C 4C
Octal 211 372 362 55 0 3 2 260 134 114
Binary 10001001 11111010 11110010 101101 0 11 10 10110000 1011100 1001100

Color Harmonies of #89FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FAF2

Black with #89FAF2

Text Example


Text Example

White with #89FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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