#88EAFD

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

Shades of Electric Blue #88EAFD

Tints of Electric Blue #88EAFD

Color information

#88EAFD (or 0x88EAFD) is unknown color: approx Electric Blue. HEX triplet: 88, EA and FD. RGB value is (136,234,253). Sum of RGB (Red+Green+Blue) = 136+234+253=623 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.83% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #88EAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EAFD is #771502. Grayscale: #CECECE. Windows color (decimal): -7804163 or 16640648. OLE color: 16640648.

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

Color convert

RGB136234253-
CMYK0.460.0800.01
HSL189.74º96.69%76.27%-
HSV(B)189.74º46.25%99.22%-
XYZ57.3171.17103.65-
YUV206.86154.0377.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.83%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=21.83%
G=37.56%
B=40.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362342530.460.0800.01189.7496.6976.27
Hex88EAFD2E801be614c
Octal210352375561001276141114
Binary1000100011101010111111011011101000011011111011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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