#9CE9BB

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

Shades of Vista Blue #9CE9BB

Tints of Vista Blue #9CE9BB

Color information

#9CE9BB (or 0x9CE9BB) is unknown color: approx Vista Blue. HEX triplet: 9C, E9 and BB. RGB value is (156,233,187). Sum of RGB (Red+Green+Blue) = 156+233+187=576 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.08% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE9BB is #631644. Grayscale: #CCCCCC. Windows color (decimal): -6493765 or 12315036. OLE color: 12315036.

HSL color Cylindrical-coordinate representation of color #9CE9BB: hue angle of 144.16º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CE9BB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB156233187-
CMYK0.3300.200.09
HSL144.16º63.64%76.27%-
HSV(B)144.16º33.05%91.37%-
XYZ51.8268.9357.59-
YUV204.73117.9993.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.08%
GREEN value IS 233 (91.41% from 255) = 40.45%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=27.08%
G=40.45%
B=32.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562331870.3300.200.09144.1663.6476.27
Hex9CE9BB21014990404c
Octal2343512734102411220100114
Binary10011100111010011011101110000101010010011001000010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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