Html Css Color HEX #89FFF2 Electric Blue

📋 copy color: '#89FFF2'

red 137 ◦ green 255 ◦ blue 242

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

Shades of Electric Blue #89FFF2

Tints of Electric Blue #89FFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 40.22%

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

R = 21.61%
G = 40.22%
B = 38.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#89FFF2 (or 0x89FFF2) is known color: Electric Blue. HEX triplet: 89, FF and F2. RGB value is (137,255,242). Sum of RGB (Red+Green+Blue) = 137+255+242=634 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.61% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #89FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FFF2 is #76000D. Grayscale: #DADADA. Windows color (decimal): -7733262 or 15925129. OLE color: 15925129.

HSL color Cylindrical-coordinate representation of color #89FFF2: hue angle of 173.39º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FFF2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 137 255 242 -
CMYK 0.46 0 0.05 0
HSL 173.39º 1% 0.77% -
HSV(B) 173.39º 0.46% 1% -
XYZ 62.1 83.25 96.8 -
YUV 218.24 141.41 70.06 -
System Red Green Blue C M Y K H S L
Decimal 137 255 242 0.46 0 0.05 0 173.39 1 0.77
Hex 89 FF F2 2E 0 5 0 AD 64 4D
Octal 211 377 362 56 0 5 0 255 144 115
Binary 10001001 11111111 11110010 101110 0 101 0 10101101 1100100 1001101

Color Harmonies of #89FFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FFF2

Black with #89FFF2

Text Example


Text Example

White with #89FFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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