#88F2EE

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

Shades of Electric Blue #88F2EE

Tints of Electric Blue #88F2EE

Color information

#88F2EE (or 0x88F2EE) is unknown color: approx Electric Blue. HEX triplet: 88, F2 and EE. RGB value is (136,242,238). Sum of RGB (Red+Green+Blue) = 136+242+238=616 (81% of max value = 765). Red value is 136 (53.52% from 255 or 22.08% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #88F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88F2EE is #770D11. Grayscale: #D1D1D1. Windows color (decimal): -7802130 or 15659656. OLE color: 15659656.

HSL color Cylindrical-coordinate representation of color #88F2EE: hue angle of 177.74º 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 #88F2EE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB136242238-
CMYK0.4400.020.05
HSL177.74º80.3%74.12%-
HSV(B)177.74º43.8%94.9%-
XYZ57.3474.9192.33-
YUV209.85143.8875.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.08%
GREEN value IS 242 (94.92% from 255) = 39.29%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=22.08%
G=39.29%
B=38.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362422380.4400.020.05177.7480.374.12
Hex88F2EE2C025b2504a
Octal21036235654025262120112
Binary1000100011110010111011101011000101011011001010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88F2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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