#88FAED

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

Shades of Electric Blue #88FAED

Tints of Electric Blue #88FAED

Color information

#88FAED (or 0x88FAED) is unknown color: approx Electric Blue. HEX triplet: 88, FA and ED. RGB value is (136,250,237). Sum of RGB (Red+Green+Blue) = 136+250+237=623 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.83% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #88FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FAED is #770512. Grayscale: #D6D6D6. Windows color (decimal): -7800083 or 15596168. OLE color: 15596168.

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

Color convert

RGB136250237-
CMYK0.4600.050.02
HSL173.16º91.94%75.69%-
HSV(B)173.16º45.6%98.04%-
XYZ59.6379.7292.37-
YUV214.43140.7372.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.83%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=21.83%
G=40.13%
B=38.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362502370.4600.050.02173.1691.9475.69
Hex88FAED2E052ad5c4c
Octal21037235556052255134114
Binary1000100011111010111011011011100101101010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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