#89EEFF

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

Shades of Electric Blue #89EEFF

Tints of Electric Blue #89EEFF

Color information

#89EEFF (or 0x89EEFF) is unknown color: approx Electric Blue. HEX triplet: 89, EE and FF. RGB value is (137,238,255). Sum of RGB (Red+Green+Blue) = 137+238+255=630 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.75% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #89EEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EEFF is #761100. Grayscale: #D1D1D1. Windows color (decimal): -7737601 or 16772745. OLE color: 16772745.

HSL color Cylindrical-coordinate representation of color #89EEFF: hue angle of 188.64º 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 #89EEFF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137238255-
CMYK0.460.0700
HSL188.64º100%76.86%-
HSV(B)188.64º46.27%100%-
XYZ58.9473.69105.72-
YUV209.74153.5476.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.75%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 255 (100% from 255) = 40.48%
R=21.75%
G=37.78%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372382550.460.0700188.6410076.86
Hex89EEFF2E700bd644d
Octal21135637756700275144115
Binary100010011110111011111111101110111001011110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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