#89EFF1

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

Shades of Electric Blue #89EFF1

Tints of Electric Blue #89EFF1

Color information

#89EFF1 (or 0x89EFF1) is unknown color: approx Electric Blue. HEX triplet: 89, EF and F1. RGB value is (137,239,241). Sum of RGB (Red+Green+Blue) = 137+239+241=617 (81% of max value = 765). Red value is 137 (53.91% from 255 or 22.20% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #89EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFF1 is #76100E. Grayscale: #D0D0D0. Windows color (decimal): -7737359 or 15855497. OLE color: 15855497.

HSL color Cylindrical-coordinate representation of color #89EFF1: hue angle of 181.15º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89EFF1 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB137239241-
CMYK0.430.0100.05
HSL181.15º78.79%74.12%-
HSV(B)181.15º43.15%94.51%-
XYZ57.0673.494.38-
YUV208.73146.2176.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.20%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 241 (94.53% from 255) = 39.06%
R=22.20%
G=38.74%
B=39.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1372392410.430.0100.05181.1578.7974.12
Hex89EFF12B105b54f4a
Octal21135736153105265117112
Binary100010011110111111110001101011101011011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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