#88FEFB

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

Shades of Electric Blue #88FEFB

Tints of Electric Blue #88FEFB

Color information

#88FEFB (or 0x88FEFB) is unknown color: approx Electric Blue. HEX triplet: 88, FE and FB. RGB value is (136,254,251). Sum of RGB (Red+Green+Blue) = 136+254+251=641 (84% of max value = 765). Red value is 136 (53.52% from 255 or 21.22% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEFB is #770104. Grayscale: #DADADA. Windows color (decimal): -7799045 or 16514696. OLE color: 16514696.

HSL color Cylindrical-coordinate representation of color #88FEFB: hue angle of 178.47º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88FEFB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB136254251-
CMYK0.4600.010.00
HSL178.47º98.33%76.47%-
HSV(B)178.47º46.46%99.61%-
XYZ63.0183.08103.98-
YUV218.38146.4169.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.22%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=21.22%
G=39.63%
B=39.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362542510.4600.010.00178.4798.3376.47
Hex88FEFB2E010b2624c
Octal21037637356010262142114
Binary1000100011111110111110111011100101011001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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