#89F5FC

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

Shades of Electric Blue #89F5FC

Tints of Electric Blue #89F5FC

Color information

#89F5FC (or 0x89F5FC) is unknown color: approx Electric Blue. HEX triplet: 89, F5 and FC. RGB value is (137,245,252). Sum of RGB (Red+Green+Blue) = 137+245+252=634 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.61% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #89F5FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F5FC is #760A03. Grayscale: #D5D5D5. Windows color (decimal): -7735812 or 16577929. OLE color: 16577929.

HSL color Cylindrical-coordinate representation of color #89F5FC: hue angle of 183.65º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89F5FC is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB137245252-
CMYK0.460.0300.01
HSL183.65º95.04%76.27%-
HSV(B)183.65º45.63%98.82%-
XYZ60.5477.65103.89-
YUV213.51149.7273.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.61%
GREEN value IS 245 (96.09% from 255) = 38.64%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=21.61%
G=38.64%
B=39.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372452520.460.0300.01183.6595.0476.27
Hex89F5FC2E301b85f4c
Octal21136537456301270137114
Binary10001001111101011111110010111011011011100010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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