#89FAFA

Color #89FAFA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #89FAFA

Tints of Electric Blue #89FAFA

Color information

#89FAFA (or 0x89FAFA) is unknown color: approx Electric Blue. HEX triplet: 89, FA and FA. RGB value is (137,250,250). Sum of RGB (Red+Green+Blue) = 137+250+250=637 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.51% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #89FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FAFA is #760505. Grayscale: #D8D8D8. Windows color (decimal): -7734534 or 16448137. OLE color: 16448137.

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

Color convert

RGB137250250-
CMYK0.45000.02
HSL180º91.87%75.88%-
HSV(B)180º45.2%98.04%-
XYZ61.7680.59102.74-
YUV216.21147.0671.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.51%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=21.51%
G=39.25%
B=39.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372502500.45000.0218091.8775.88
Hex89FAFA2D002b45c4c
Octal21137237255002264134114
Binary10001001111110101111101010110100101011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89FAFA;
 }
 .AnyTagClassName
 {
   color: #89FAFA;
 }
</style>
background-color css

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

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

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

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

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

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