#89F6FA

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

Shades of Electric Blue #89F6FA

Tints of Electric Blue #89F6FA

Color information

#89F6FA (or 0x89F6FA) is unknown color: approx Electric Blue. HEX triplet: 89, F6 and FA. RGB value is (137,246,250). Sum of RGB (Red+Green+Blue) = 137+246+250=633 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.64% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #89F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F6FA is #760905. Grayscale: #D5D5D5. Windows color (decimal): -7735558 or 16447113. OLE color: 16447113.

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

Color convert

RGB137246250-
CMYK0.450.0200.02
HSL182.12º91.87%75.88%-
HSV(B)182.12º45.2%98.04%-
XYZ60.5378.13102.33-
YUV213.86148.3973.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.64%
GREEN value IS 246 (96.48% from 255) = 38.86%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=21.64%
G=38.86%
B=39.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372462500.450.0200.02182.1291.8775.88
Hex89F6FA2D202b65c4c
Octal21136637255202266134114
Binary100010011111011011111010101101100101011011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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