#89F9F0

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

Shades of Electric Blue #89F9F0

Tints of Electric Blue #89F9F0

Color information

#89F9F0 (or 0x89F9F0) is unknown color: approx Electric Blue. HEX triplet: 89, F9 and F0. RGB value is (137,249,240). Sum of RGB (Red+Green+Blue) = 137+249+240=626 (82% of max value = 765). Red value is 137 (53.91% from 255 or 21.88% from 626); Green value is 249 (97.66% from 255 or 39.78% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 249 - color contains mainly: green. Hex color #89F9F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F9F0 is #76060F. Grayscale: #D6D6D6. Windows color (decimal): -7734800 or 15792521. OLE color: 15792521.

HSL color Cylindrical-coordinate representation of color #89F9F0: hue angle of 175.18º degrees, saturation: 0.9, 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 #89F9F0 is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB137249240-
CMYK0.4500.040.02
HSL175.18º90.32%75.69%-
HSV(B)175.18º44.98%97.65%-
XYZ59.9279.3694.6-
YUV214.49142.3972.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.88%
GREEN value IS 249 (97.66% from 255) = 39.78%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=21.88%
G=39.78%
B=38.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372492400.4500.040.02175.1890.3275.69
Hex89F9F02D042af5a4c
Octal21137136055042257132114
Binary1000100111111001111100001011010100101010111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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