#88E9ED

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

Shades of Electric Blue #88E9ED

Tints of Electric Blue #88E9ED

Color information

#88E9ED (or 0x88E9ED) is unknown color: approx Electric Blue. HEX triplet: 88, E9 and ED. RGB value is (136,233,237). Sum of RGB (Red+Green+Blue) = 136+233+237=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #88E9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E9ED is #771612. Grayscale: #CCCCCC. Windows color (decimal): -7804435 or 15591816. OLE color: 15591816.

HSL color Cylindrical-coordinate representation of color #88E9ED: hue angle of 182.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88E9ED is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB136233237-
CMYK0.430.0200.07
HSL182.38º73.72%73.14%-
HSV(B)182.38º42.62%92.94%-
XYZ54.5869.6390.68-
YUV204.45146.3679.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.44%
GREEN value IS 233 (91.41% from 255) = 38.45%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=22.44%
G=38.45%
B=39.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362332370.430.0200.07182.3873.7273.14
Hex88E9ED2B207b64a49
Octal21035135553207266112111
Binary1000100011101001111011011010111001111011011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88E9ED; }

 p { color: rgb(136,233,237); }

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

<style>
 a { background-color: #88E9ED; }

 a { background-color: rgb(136,233,237); }

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

<style>
 span { border-color: #88E9ED; }

 span { border-color: rgb(136,233,237); }

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