#89FCFE

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

Shades of Electric Blue #89FCFE

Tints of Electric Blue #89FCFE

Color information

#89FCFE (or 0x89FCFE) is unknown color: approx Electric Blue. HEX triplet: 89, FC and FE. RGB value is (137,252,254). Sum of RGB (Red+Green+Blue) = 137+252+254=643 (85% of max value = 765). Red value is 137 (53.91% from 255 or 21.31% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #89FCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FCFE is #760301. Grayscale: #D9D9D9. Windows color (decimal): -7734018 or 16710793. OLE color: 16710793.

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

Color convert

RGB137252254-
CMYK0.460.0100.00
HSL181.03º98.32%76.67%-
HSV(B)181.03º46.06%99.61%-
XYZ63.0282.09106.29-
YUV217.84148.470.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.31%
GREEN value IS 252 (98.83% from 255) = 39.19%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=21.31%
G=39.19%
B=39.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1372522540.460.0100.00181.0398.3276.67
Hex89FCFE2E100b5624d
Octal21137437656100265142115
Binary1000100111111100111111101011101001011010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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