#89FCF2

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

Shades of Electric Blue #89FCF2

Tints of Electric Blue #89FCF2

Color information

#89FCF2 (or 0x89FCF2) is unknown color: approx Electric Blue. HEX triplet: 89, FC and F2. RGB value is (137,252,242). Sum of RGB (Red+Green+Blue) = 137+252+242=631 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.71% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #89FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FCF2 is #76030D. Grayscale: #D8D8D8. Windows color (decimal): -7734030 or 15924361. OLE color: 15924361.

HSL color Cylindrical-coordinate representation of color #89FCF2: hue angle of 174.78º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89FCF2 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB137252242-
CMYK0.4600.040.01
HSL174.78º95.04%76.27%-
HSV(B)174.78º45.63%98.82%-
XYZ61.1581.3596.48-
YUV216.47142.471.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.71%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=21.71%
G=39.94%
B=38.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372522420.4600.040.01174.7895.0476.27
Hex89FCF22E041af5f4c
Octal21137436256041257137114
Binary100010011111110011110010101110010011010111110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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