#88EAFA

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

Shades of Electric Blue #88EAFA

Tints of Electric Blue #88EAFA

Color information

#88EAFA (or 0x88EAFA) is unknown color: approx Electric Blue. HEX triplet: 88, EA and FA. RGB value is (136,234,250). Sum of RGB (Red+Green+Blue) = 136+234+250=620 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.94% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #88EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EAFA is #771505. Grayscale: #CECECE. Windows color (decimal): -7804166 or 16444040. OLE color: 16444040.

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

Color convert

RGB136234250-
CMYK0.460.0600.02
HSL188.42º91.94%75.69%-
HSV(B)188.42º45.6%98.04%-
XYZ56.8370.98101.15-
YUV206.52152.5377.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.94%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=21.94%
G=37.74%
B=40.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362342500.460.0600.02188.4291.9475.69
Hex88EAFA2E602bc5c4c
Octal21035237256602274134114
Binary1000100011101010111110101011101100101011110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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