#88EDED

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

Shades of Electric Blue #88EDED

Tints of Electric Blue #88EDED

Color information

#88EDED (or 0x88EDED) is unknown color: approx Electric Blue. HEX triplet: 88, ED and ED. RGB value is (136,237,237). Sum of RGB (Red+Green+Blue) = 136+237+237=610 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.30% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #88EDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDED is #771212. Grayscale: #CECECE. Windows color (decimal): -7803411 or 15592840. OLE color: 15592840.

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

Color convert

RGB136237237-
CMYK0.43000.07
HSL180º73.72%73.14%-
HSV(B)180º42.62%92.94%-
XYZ55.7271.9291.07-
YUV206.8145.0477.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.30%
GREEN value IS 237 (92.97% from 255) = 38.85%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=22.30%
G=38.85%
B=38.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362372370.43000.0718073.7273.14
Hex88EDED2B007b44a49
Octal21035535553007264112111
Binary100010001110110111101101101011001111011010010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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