#99E8BB

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

Shades of Vista Blue #99E8BB

Tints of Vista Blue #99E8BB

Color information

#99E8BB (or 0x99E8BB) is unknown color: approx Vista Blue. HEX triplet: 99, E8 and BB. RGB value is (153,232,187). Sum of RGB (Red+Green+Blue) = 153+232+187=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #99E8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99E8BB is #661744. Grayscale: #CBCBCB. Windows color (decimal): -6690629 or 12314777. OLE color: 12314777.

HSL color Cylindrical-coordinate representation of color #99E8BB: hue angle of 145.82º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E8BB is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB153232187-
CMYK0.3400.190.09
HSL145.82º63.2%75.49%-
HSV(B)145.82º34.05%90.98%-
XYZ50.9668.0757.47-
YUV203.25118.8392.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 26.75%
GREEN value IS 232 (91.02% from 255) = 40.56%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=26.75%
G=40.56%
B=32.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1532321870.3400.190.09145.8263.275.49
Hex99E8BB220139923f4b
Octal231350273420231122277113
Binary1001100111101000101110111000100100111001100100101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,232,187); }

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

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

 a { background-color: rgb(153,232,187); }

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

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

 span { border-color: rgb(153,232,187); }

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