#89EFFF

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

Shades of Electric Blue #89EFFF

Tints of Electric Blue #89EFFF

Color information

#89EFFF (or 0x89EFFF) is unknown color: approx Electric Blue. HEX triplet: 89, EF and FF. RGB value is (137,239,255). Sum of RGB (Red+Green+Blue) = 137+239+255=631 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.71% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #89EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFFF is #761000. Grayscale: #D2D2D2. Windows color (decimal): -7737345 or 16773001. OLE color: 16773001.

HSL color Cylindrical-coordinate representation of color #89EFFF: hue angle of 188.14º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89EFFF is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137239255-
CMYK0.460.0600
HSL188.14º100%76.86%-
HSV(B)188.14º46.27%100%-
XYZ59.2374.27105.82-
YUV210.33153.2175.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.71%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 255 (100% from 255) = 40.41%
R=21.71%
G=37.88%
B=40.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372392550.460.0600188.1410076.86
Hex89EFFF2E600bc644d
Octal21135737756600274144115
Binary100010011110111111111111101110110001011110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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