#9CE5BB

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

Shades of Vista Blue #9CE5BB

Tints of Vista Blue #9CE5BB

Color information

#9CE5BB (or 0x9CE5BB) is unknown color: approx Vista Blue. HEX triplet: 9C, E5 and BB. RGB value is (156,229,187). Sum of RGB (Red+Green+Blue) = 156+229+187=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CE5BB is #631A44. Grayscale: #CACACA. Windows color (decimal): -6494789 or 12314012. OLE color: 12314012.

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

Color convert

RGB156229187-
CMYK0.3200.180.10
HSL145.48º58.4%75.49%-
HSV(B)145.48º31.88%89.8%-
XYZ50.766.6957.21-
YUV202.39119.3294.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.27%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=27.27%
G=40.03%
B=32.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1562291870.3200.180.10145.4858.475.49
Hex9CE5BB20012A913a4b
Octal234345273400221222172113
Binary1001110011100101101110111000000100101010100100011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CE5BB; }

 p { color: rgb(156,229,187); }

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

<style>
 a { background-color: #9CE5BB; }

 a { background-color: rgb(156,229,187); }

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

<style>
 span { border-color: #9CE5BB; }

 span { border-color: rgb(156,229,187); }

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