#88E8FB

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

Shades of Electric Blue #88E8FB

Tints of Electric Blue #88E8FB

Color information

#88E8FB (or 0x88E8FB) is unknown color: approx Electric Blue. HEX triplet: 88, E8 and FB. RGB value is (136,232,251). Sum of RGB (Red+Green+Blue) = 136+232+251=619 (81% of max value = 765). Red value is 136 (53.52% from 255 or 21.97% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #88E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E8FB is #771704. Grayscale: #CDCDCD. Windows color (decimal): -7804677 or 16509064. OLE color: 16509064.

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

Color convert

RGB136232251-
CMYK0.460.0800.02
HSL189.91º93.5%75.88%-
HSV(B)189.91º45.82%98.43%-
XYZ56.4269.91101.79-
YUV205.46153.778.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.97%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=21.97%
G=37.48%
B=40.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362322510.460.0800.02189.9193.575.88
Hex88E8FB2E802be5d4c
Octal210350373561002276135114
Binary10001000111010001111101110111010000101011111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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