#88EAFB

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

Shades of Electric Blue #88EAFB

Tints of Electric Blue #88EAFB

Color information

#88EAFB (or 0x88EAFB) is unknown color: approx Electric Blue. HEX triplet: 88, EA and FB. RGB value is (136,234,251). Sum of RGB (Red+Green+Blue) = 136+234+251=621 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.90% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #88EAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EAFB is #771504. Grayscale: #CECECE. Windows color (decimal): -7804165 or 16509576. OLE color: 16509576.

HSL color Cylindrical-coordinate representation of color #88EAFB: hue angle of 188.87º degrees, saturation: 0.93, 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 #88EAFB is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136234251-
CMYK0.460.0700.02
HSL188.87º93.5%75.88%-
HSV(B)188.87º45.82%98.43%-
XYZ56.9971.04101.98-
YUV206.64153.0377.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.90%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=21.90%
G=37.68%
B=40.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362342510.460.0700.02188.8793.575.88
Hex88EAFB2E702bd5d4c
Octal21035237356702275135114
Binary1000100011101010111110111011101110101011110110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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