#88EDFB

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

Shades of Electric Blue #88EDFB

Tints of Electric Blue #88EDFB

Color information

#88EDFB (or 0x88EDFB) is unknown color: approx Electric Blue. HEX triplet: 88, ED and FB. RGB value is (136,237,251). Sum of RGB (Red+Green+Blue) = 136+237+251=624 (82% of max value = 765). Red value is 136 (53.52% from 255 or 21.79% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #88EDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88EDFB is #771204. Grayscale: #D0D0D0. Windows color (decimal): -7803397 or 16510344. OLE color: 16510344.

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

Color convert

RGB136237251-
CMYK0.460.0600.02
HSL187.3º93.5%75.88%-
HSV(B)187.3º45.82%98.43%-
XYZ57.8572.77102.26-
YUV208.4152.0476.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.79%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 251 (98.44% from 255) = 40.22%
R=21.79%
G=37.98%
B=40.22%

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
Decimal1362372510.460.0600.02187.393.575.88
Hex88EDFB2E602bb5d4c
Octal21035537356602273135114
Binary1000100011101101111110111011101100101011101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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