#89F4FF

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

Shades of Electric Blue #89F4FF

Tints of Electric Blue #89F4FF

Color information

#89F4FF (or 0x89F4FF) is unknown color: approx Electric Blue. HEX triplet: 89, F4 and FF. RGB value is (137,244,255). Sum of RGB (Red+Green+Blue) = 137+244+255=636 (84% of max value = 765). Red value is 137 (53.91% from 255 or 21.54% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #89F4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F4FF is #760B00. Grayscale: #D5D5D5. Windows color (decimal): -7736065 or 16774281. OLE color: 16774281.

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

Color convert

RGB137244255-
CMYK0.460.0400
HSL185.59º100%76.86%-
HSV(B)185.59º46.27%100%-
XYZ60.7277.24106.32-
YUV213.26151.5573.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.54%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 255 (100% from 255) = 40.09%
R=21.54%
G=38.36%
B=40.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372442550.460.0400185.5910076.86
Hex89F4FF2E400ba644d
Octal21136437756400272144115
Binary100010011111010011111111101110100001011101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,244,255); }

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

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

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

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

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

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

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