#89FBF0

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

Shades of Electric Blue #89FBF0

Tints of Electric Blue #89FBF0

Color information

#89FBF0 (or 0x89FBF0) is unknown color: approx Electric Blue. HEX triplet: 89, FB and F0. RGB value is (137,251,240). Sum of RGB (Red+Green+Blue) = 137+251+240=628 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.82% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 240 (94.14% from 255 or 38.22% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #89FBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89FBF0 is #76040F. Grayscale: #D7D7D7. Windows color (decimal): -7734288 or 15793033. OLE color: 15793033.

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

Color convert

RGB137251240-
CMYK0.4500.040.02
HSL174.21º93.44%76.08%-
HSV(B)174.21º45.42%98.43%-
XYZ60.5480.694.81-
YUV215.66141.7371.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.82%
GREEN value IS 251 (98.44% from 255) = 39.97%
BLUE value IS 240 (94.14% from 255) = 38.22%
R=21.82%
G=39.97%
B=38.22%

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
Decimal1372512400.4500.040.02174.2193.4476.08
Hex89FBF02D042ae5d4c
Octal21137336055042256135114
Binary1000100111111011111100001011010100101010111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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