#88EEBC

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

Shades of Vista Blue #88EEBC

Tints of Vista Blue #88EEBC

Color information

#88EEBC (or 0x88EEBC) is unknown color: approx Vista Blue. HEX triplet: 88, EE and BC. RGB value is (136,238,188). Sum of RGB (Red+Green+Blue) = 136+238+188=562 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.20% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #88EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EEBC is #771143. Grayscale: #C9C9C9. Windows color (decimal): -7803204 or 12381832. OLE color: 12381832.

HSL color Cylindrical-coordinate representation of color #88EEBC: hue angle of 150.59º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88EEBC is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB136238188-
CMYK0.4300.210.07
HSL150.59º75%73.33%-
HSV(B)150.59º42.86%93.33%-
XYZ49.870.0158.47-
YUV201.8120.2181.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.20%
GREEN value IS 238 (93.36% from 255) = 42.35%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=24.20%
G=42.35%
B=33.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1362381880.4300.210.07150.597573.33
Hex88EEBC2B0157974b49
Octal210356274530257227113111
Binary1000100011101110101111001010110101011111001011110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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