#88FEF0

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

Shades of Electric Blue #88FEF0

Tints of Electric Blue #88FEF0

Color information

#88FEF0 (or 0x88FEF0) is unknown color: approx Electric Blue. HEX triplet: 88, FE and F0. RGB value is (136,254,240). Sum of RGB (Red+Green+Blue) = 136+254+240=630 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.59% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEF0 is #77010F. Grayscale: #D9D9D9. Windows color (decimal): -7799056 or 15793800. OLE color: 15793800.

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

Color convert

RGB136254240-
CMYK0.4600.060.00
HSL172.88º98.33%76.47%-
HSV(B)172.88º46.46%99.61%-
XYZ61.3282.4195.11-
YUV217.12140.9170.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.59%
GREEN value IS 254 (99.61% from 255) = 40.32%
BLUE value IS 240 (94.14% from 255) = 38.10%
R=21.59%
G=40.32%
B=38.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362542400.4600.060.00172.8898.3376.47
Hex88FEF02E060ad624c
Octal21037636056060255142114
Binary100010001111111011110000101110011001010110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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