#88FEEF

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

Shades of Electric Blue #88FEEF

Tints of Electric Blue #88FEEF

Color information

#88FEEF (or 0x88FEEF) is unknown color: approx Electric Blue. HEX triplet: 88, FE and EF. RGB value is (136,254,239). Sum of RGB (Red+Green+Blue) = 136+254+239=629 (83% of max value = 765). Red value is 136 (53.52% from 255 or 21.62% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #88FEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88FEEF is #770110. Grayscale: #D8D8D8. Windows color (decimal): -7799057 or 15728264. OLE color: 15728264.

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

Color convert

RGB136254239-
CMYK0.4600.060.00
HSL172.37º98.33%76.47%-
HSV(B)172.37º46.46%99.61%-
XYZ61.1882.3594.33-
YUV217.01140.4170.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 21.62%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 239 (93.75% from 255) = 38.00%
R=21.62%
G=40.38%
B=38.00%

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
Decimal1362542390.4600.060.00172.3798.3376.47
Hex88FEEF2E060ac624c
Octal21037635756060254142114
Binary100010001111111011101111101110011001010110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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