#89F2FE

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

Shades of Electric Blue #89F2FE

Tints of Electric Blue #89F2FE

Color information

#89F2FE (or 0x89F2FE) is unknown color: approx Electric Blue. HEX triplet: 89, F2 and FE. RGB value is (137,242,254). Sum of RGB (Red+Green+Blue) = 137+242+254=633 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.64% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #89F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F2FE is #760D01. Grayscale: #D3D3D3. Windows color (decimal): -7736578 or 16708233. OLE color: 16708233.

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

Color convert

RGB137242254-
CMYK0.460.0500.00
HSL186.15º98.32%76.67%-
HSV(B)186.15º46.06%99.61%-
XYZ59.9675.98105.27-
YUV211.97151.7174.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.64%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 254 (99.61% from 255) = 40.13%
R=21.64%
G=38.23%
B=40.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1372422540.460.0500.00186.1598.3276.67
Hex89F2FE2E500ba624d
Octal21136237656500272142115
Binary100010011111001011111110101110101001011101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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