#88EDEA

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

Shades of Electric Blue #88EDEA

Tints of Electric Blue #88EDEA

Color information

#88EDEA (or 0x88EDEA) is unknown color: approx Electric Blue. HEX triplet: 88, ED and EA. RGB value is (136,237,234). Sum of RGB (Red+Green+Blue) = 136+237+234=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #88EDEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDEA is #771215. Grayscale: #CECECE. Windows color (decimal): -7803414 or 15396232. OLE color: 15396232.

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

Color convert

RGB136237234-
CMYK0.4300.010.07
HSL178.22º73.72%73.14%-
HSV(B)178.22º42.62%92.94%-
XYZ55.2971.7488.78-
YUV206.46143.5477.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.41%
GREEN value IS 237 (92.97% from 255) = 39.04%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=22.41%
G=39.04%
B=38.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362372340.4300.010.07178.2273.7273.14
Hex88EDEA2B017b24a49
Octal21035535253017262112111
Binary100010001110110111101010101011011111011001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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