#88E6F2

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

Shades of Electric Blue #88E6F2

Tints of Electric Blue #88E6F2

Color information

#88E6F2 (or 0x88E6F2) is unknown color: approx Electric Blue. HEX triplet: 88, E6 and F2. RGB value is (136,230,242). Sum of RGB (Red+Green+Blue) = 136+230+242=608 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.37% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #88E6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E6F2 is #77190D. Grayscale: #CBCBCB. Windows color (decimal): -7805198 or 15918728. OLE color: 15918728.

HSL color Cylindrical-coordinate representation of color #88E6F2: hue angle of 186.79º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88E6F2 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136230242-
CMYK0.440.0500.05
HSL186.79º80.3%74.12%-
HSV(B)186.79º43.8%94.9%-
XYZ54.4868.2494.3-
YUV203.26149.8680.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.37%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=22.37%
G=37.83%
B=39.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362302420.440.0500.05186.7980.374.12
Hex88E6F22C505bb504a
Octal21034636254505273120112
Binary10001000111001101111001010110010101011011101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,230,242); }

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

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

 a { background-color: rgb(136,230,242); }

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

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

 span { border-color: rgb(136,230,242); }

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