#88EAEF

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

Shades of Electric Blue #88EAEF

Tints of Electric Blue #88EAEF

Color information

#88EAEF (or 0x88EAEF) is unknown color: approx Electric Blue. HEX triplet: 88, EA and EF. RGB value is (136,234,239). Sum of RGB (Red+Green+Blue) = 136+234+239=609 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.33% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #88EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EAEF is #771510. Grayscale: #CDCDCD. Windows color (decimal): -7804177 or 15723144. OLE color: 15723144.

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

Color convert

RGB136234239-
CMYK0.430.0200.06
HSL182.91º76.3%73.53%-
HSV(B)182.91º43.1%93.73%-
XYZ55.1670.3192.33-
YUV205.27147.0378.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.33%
GREEN value IS 234 (91.80% from 255) = 38.42%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=22.33%
G=38.42%
B=39.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362342390.430.0200.06182.9176.373.53
Hex88EAEF2B206b74c4a
Octal21035235753206267114112
Binary1000100011101010111011111010111001101011011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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