#89EFE6

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

Shades of Electric Blue #89EFE6

Tints of Electric Blue #89EFE6

Color information

#89EFE6 (or 0x89EFE6) is unknown color: approx Electric Blue. HEX triplet: 89, EF and E6. RGB value is (137,239,230). Sum of RGB (Red+Green+Blue) = 137+239+230=606 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.61% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #89EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFE6 is #761019. Grayscale: #CFCFCF. Windows color (decimal): -7737370 or 15134601. OLE color: 15134601.

HSL color Cylindrical-coordinate representation of color #89EFE6: hue angle of 174.71º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFE6 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB137239230-
CMYK0.4300.040.06
HSL174.71º76.12%73.73%-
HSV(B)174.71º42.68%93.73%-
XYZ55.4772.7685.98-
YUV207.48140.7177.73-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.61%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 230 (90.23% from 255) = 37.95%
R=22.61%
G=39.44%
B=37.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1372392300.4300.040.06174.7176.1273.73
Hex89EFE62B046af4c4a
Octal21135734653046257114112
Binary10001001111011111110011010101101001101010111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,239,230); }

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

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

 a { background-color: rgb(137,239,230); }

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

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

 span { border-color: rgb(137,239,230); }

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