#9CD7BB

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

Shades of Vista Blue #9CD7BB

Tints of Vista Blue #9CD7BB

Color information

#9CD7BB (or 0x9CD7BB) is unknown color: approx Vista Blue. HEX triplet: 9C, D7 and BB. RGB value is (156,215,187). Sum of RGB (Red+Green+Blue) = 156+215+187=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #9CD7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD7BB is #632844. Grayscale: #C2C2C2. Windows color (decimal): -6498373 or 12310428. OLE color: 12310428.

HSL color Cylindrical-coordinate representation of color #9CD7BB: hue angle of 151.53º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9CD7BB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB156215187-
CMYK0.2700.130.16
HSL151.53º42.45%72.75%-
HSV(B)151.53º27.44%84.31%-
XYZ46.9859.2655.98-
YUV194.17123.95100.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=27.96%
G=38.53%
B=33.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562151870.2700.130.16151.5342.4572.75
Hex9CD7BB1B0D10982a49
Octal234327273330152023052111
Binary100111001101011110111011110110110110000100110001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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