#88FDEC

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

Shades of Electric Blue #88FDEC

Tints of Electric Blue #88FDEC

Color information

#88FDEC (or 0x88FDEC) is unknown color: approx Electric Blue. HEX triplet: 88, FD and EC. RGB value is (136,253,236). Sum of RGB (Red+Green+Blue) = 136+253+236=625 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.76% from 625); Green value is 253 (99.22% from 255 or 40.48% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 253 - color contains mainly: green. Hex color #88FDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FDEC is #770213. Grayscale: #D8D8D8. Windows color (decimal): -7799316 or 15531400. OLE color: 15531400.

HSL color Cylindrical-coordinate representation of color #88FDEC: hue angle of 171.28º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FDEC is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB136253236-
CMYK0.4600.070.01
HSL171.28º96.69%76.27%-
HSV(B)171.28º46.25%99.22%-
XYZ60.4281.5491.91-
YUV216.08139.2470.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.76%
GREEN value IS 253 (99.22% from 255) = 40.48%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=21.76%
G=40.48%
B=37.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362532360.4600.070.01171.2896.6976.27
Hex88FDEC2E071ab614c
Octal21037535456071253141114
Binary100010001111110111101100101110011111010101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,253,236); }

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

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

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

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

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

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

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