#89EFFB

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

Shades of Electric Blue #89EFFB

Tints of Electric Blue #89EFFB

Color information

#89EFFB (or 0x89EFFB) is unknown color: approx Electric Blue. HEX triplet: 89, EF and FB. RGB value is (137,239,251). Sum of RGB (Red+Green+Blue) = 137+239+251=627 (83% of max value = 765). Red value is 137 (53.91% from 255 or 21.85% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #89EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89EFFB is #761004. Grayscale: #D1D1D1. Windows color (decimal): -7737349 or 16510857. OLE color: 16510857.

HSL color Cylindrical-coordinate representation of color #89EFFB: hue angle of 186.32º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89EFFB is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137239251-
CMYK0.450.0500.02
HSL186.32º93.44%76.08%-
HSV(B)186.32º45.42%98.43%-
XYZ58.674.02102.47-
YUV209.87151.2176.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 21.85%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 251 (98.44% from 255) = 40.03%
R=21.85%
G=38.12%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372392510.450.0500.02186.3293.4476.08
Hex89EFFB2D502ba5d4c
Octal21135737355502272135114
Binary1000100111101111111110111011011010101011101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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