#88F0EE

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

Shades of Electric Blue #88F0EE

Tints of Electric Blue #88F0EE

Color information

#88F0EE (or 0x88F0EE) is unknown color: approx Electric Blue. HEX triplet: 88, F0 and EE. RGB value is (136,240,238). Sum of RGB (Red+Green+Blue) = 136+240+238=614 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.15% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #88F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F0EE is #770F11. Grayscale: #D0D0D0. Windows color (decimal): -7802642 or 15659144. OLE color: 15659144.

HSL color Cylindrical-coordinate representation of color #88F0EE: hue angle of 178.85º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F0EE is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB136240238-
CMYK0.4300.010.06
HSL178.85º77.61%73.73%-
HSV(B)178.85º43.33%94.12%-
XYZ56.7573.7392.13-
YUV208.68144.5476.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.15%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 238 (93.36% from 255) = 38.76%
R=22.15%
G=39.09%
B=38.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362402380.4300.010.06178.8577.6173.73
Hex88F0EE2B016b34e4a
Octal21036035653016263116112
Binary100010001111000011101110101011011101011001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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