#88EDBC

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

Shades of Vista Blue #88EDBC

Tints of Vista Blue #88EDBC

Color information

#88EDBC (or 0x88EDBC) is unknown color: approx Vista Blue. HEX triplet: 88, ED and BC. RGB value is (136,237,188). Sum of RGB (Red+Green+Blue) = 136+237+188=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #88EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #88EDBC is #771243. Grayscale: #C9C9C9. Windows color (decimal): -7803460 or 12381576. OLE color: 12381576.

HSL color Cylindrical-coordinate representation of color #88EDBC: hue angle of 150.89º degrees, saturation: 0.74, 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 #88EDBC is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB136237188-
CMYK0.4300.210.07
HSL150.89º73.72%73.14%-
HSV(B)150.89º42.62%92.94%-
XYZ49.5169.4358.37-
YUV201.22120.5481.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 24.24%
GREEN value IS 237 (92.97% from 255) = 42.25%
BLUE value IS 188 (73.83% from 255) = 33.51%
R=24.24%
G=42.25%
B=33.51%

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
Decimal1362371880.4300.210.07150.8973.7273.14
Hex88EDBC2B0157974a49
Octal210355274530257227112111
Binary1000100011101101101111001010110101011111001011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88EDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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