#89F3EE

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

Shades of Electric Blue #89F3EE

Tints of Electric Blue #89F3EE

Color information

#89F3EE (or 0x89F3EE) is unknown color: approx Electric Blue. HEX triplet: 89, F3 and EE. RGB value is (137,243,238). Sum of RGB (Red+Green+Blue) = 137+243+238=618 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.17% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #89F3EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89F3EE is #760C11. Grayscale: #D2D2D2. Windows color (decimal): -7736338 or 15659913. OLE color: 15659913.

HSL color Cylindrical-coordinate representation of color #89F3EE: hue angle of 177.17º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89F3EE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB137243238-
CMYK0.4400.020.05
HSL177.17º81.54%74.51%-
HSV(B)177.17º43.62%95.29%-
XYZ57.875.5992.43-
YUV210.74143.3875.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.17%
GREEN value IS 243 (95.31% from 255) = 39.32%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=22.17%
G=39.32%
B=38.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372432380.4400.020.05177.1781.5474.51
Hex89F3EE2C025b1524b
Octal21136335654025261122113
Binary1000100111110011111011101011000101011011000110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,243,238); }

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

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

 a { background-color: rgb(137,243,238); }

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

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

 span { border-color: rgb(137,243,238); }

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