#89F8F6

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

Shades of Electric Blue #89F8F6

Tints of Electric Blue #89F8F6

Color information

#89F8F6 (or 0x89F8F6) is unknown color: approx Electric Blue. HEX triplet: 89, F8 and F6. RGB value is (137,248,246). Sum of RGB (Red+Green+Blue) = 137+248+246=631 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.71% from 631); Green value is 248 (97.27% from 255 or 39.30% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F8F6 is #760709. Grayscale: #D6D6D6. Windows color (decimal): -7735050 or 16185481. OLE color: 16185481.

HSL color Cylindrical-coordinate representation of color #89F8F6: hue angle of 178.92º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8F6 is Cyan = 0.45, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB137248246-
CMYK0.4500.010.03
HSL178.92º88.8%75.49%-
HSV(B)178.92º44.76%97.25%-
XYZ60.5279.1199.27-
YUV214.58145.7372.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.71%
GREEN value IS 248 (97.27% from 255) = 39.30%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=21.71%
G=39.30%
B=38.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1372482460.4500.010.03178.9288.875.49
Hex89F8F62D013b3594b
Octal21137036655013263131113
Binary10001001111110001111011010110101111011001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,248,246); }

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

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

 a { background-color: rgb(137,248,246); }

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

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

 span { border-color: rgb(137,248,246); }

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