#89F0FA

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

Shades of Electric Blue #89F0FA

Tints of Electric Blue #89F0FA

Color information

#89F0FA (or 0x89F0FA) is unknown color: approx Electric Blue. HEX triplet: 89, F0 and FA. RGB value is (137,240,250). Sum of RGB (Red+Green+Blue) = 137+240+250=627 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.85% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #89F0FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F0FA is #760F05. Grayscale: #D2D2D2. Windows color (decimal): -7737094 or 16445577. OLE color: 16445577.

HSL color Cylindrical-coordinate representation of color #89F0FA: hue angle of 185.31º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F0FA is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137240250-
CMYK0.450.0400.02
HSL185.31º91.87%75.88%-
HSV(B)185.31º45.2%98.04%-
XYZ58.7374.54101.73-
YUV210.34150.3875.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.85%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=21.85%
G=38.28%
B=39.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372402500.450.0400.02185.3191.8775.88
Hex89F0FA2D402b95c4c
Octal21136037255402271134114
Binary1000100111110000111110101011011000101011100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,240,250); }

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

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

 a { background-color: rgb(137,240,250); }

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

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

 span { border-color: rgb(137,240,250); }

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