#89E8FE

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

Shades of Electric Blue #89E8FE

Tints of Electric Blue #89E8FE

Color information

#89E8FE (or 0x89E8FE) is unknown color: approx Electric Blue. HEX triplet: 89, E8 and FE. RGB value is (137,232,254). Sum of RGB (Red+Green+Blue) = 137+232+254=623 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.99% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #89E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8FE is #761701. Grayscale: #CDCDCD. Windows color (decimal): -7739138 or 16705673. OLE color: 16705673.

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

Color convert

RGB137232254-
CMYK0.460.0900.00
HSL191.28º98.32%76.67%-
HSV(B)191.28º46.06%99.61%-
XYZ57.0670.19104.31-
YUV206.1155.0378.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.99%
GREEN value IS 232 (91.02% from 255) = 37.24%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=21.99%
G=37.24%
B=40.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1372322540.460.0900.00191.2898.3276.67
Hex89E8FE2E900bf624d
Octal211350376561100277142115
Binary1000100111101000111111101011101001001011111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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