#99E5BC

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

Shades of Vista Blue #99E5BC

Tints of Vista Blue #99E5BC

Color information

#99E5BC (or 0x99E5BC) is unknown color: approx Vista Blue. HEX triplet: 99, E5 and BC. RGB value is (153,229,188). Sum of RGB (Red+Green+Blue) = 153+229+188=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #99E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E5BC is #661A43. Grayscale: #C9C9C9. Windows color (decimal): -6691396 or 12379545. OLE color: 12379545.

HSL color Cylindrical-coordinate representation of color #99E5BC: hue angle of 147.63º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E5BC is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB153229188-
CMYK0.3300.180.10
HSL147.63º59.38%74.9%-
HSV(B)147.63º33.19%89.8%-
XYZ50.2366.4457.75-
YUV201.6120.3293.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.84%
GREEN value IS 229 (89.84% from 255) = 40.18%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=26.84%
G=40.18%
B=32.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1532291880.3300.180.10147.6359.3874.9
Hex99E5BC21012A943b4b
Octal231345274410221222473113
Binary1001100111100101101111001000010100101010100101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99E5BC; }

 p { color: rgb(153,229,188); }

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

<style>
 a { background-color: #99E5BC; }

 a { background-color: rgb(153,229,188); }

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

<style>
 span { border-color: #99E5BC; }

 span { border-color: rgb(153,229,188); }

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