#89F1FE

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

Shades of Electric Blue #89F1FE

Tints of Electric Blue #89F1FE

Color information

#89F1FE (or 0x89F1FE) is unknown color: approx Electric Blue. HEX triplet: 89, F1 and FE. RGB value is (137,241,254). Sum of RGB (Red+Green+Blue) = 137+241+254=632 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.68% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #89F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F1FE is #760E01. Grayscale: #D3D3D3. Windows color (decimal): -7736834 or 16707977. OLE color: 16707977.

HSL color Cylindrical-coordinate representation of color #89F1FE: hue angle of 186.67º 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 #89F1FE is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137241254-
CMYK0.460.0500.00
HSL186.67º98.32%76.67%-
HSV(B)186.67º46.06%99.61%-
XYZ59.6675.38105.17-
YUV211.39152.0474.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.68%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=21.68%
G=38.13%
B=40.19%

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
Decimal1372412540.460.0500.00186.6798.3276.67
Hex89F1FE2E500bb624d
Octal21136137656500273142115
Binary100010011111000111111110101110101001011101111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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