#9CD2BD

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

Shades of Vista Blue #9CD2BD

Tints of Vista Blue #9CD2BD

Color information

#9CD2BD (or 0x9CD2BD) is unknown color: approx Vista Blue. HEX triplet: 9C, D2 and BD. RGB value is (156,210,189). Sum of RGB (Red+Green+Blue) = 156+210+189=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CD2BD is #632D42. Grayscale: #BFBFBF. Windows color (decimal): -6499651 or 12440220. OLE color: 12440220.

HSL color Cylindrical-coordinate representation of color #9CD2BD: hue angle of 156.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9CD2BD is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB156210189-
CMYK0.2600.100.18
HSL156.67º37.5%71.76%-
HSV(B)156.67º25.71%82.35%-
XYZ45.9456.8456.69-
YUV191.46126.61102.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 210 (82.42% from 255) = 37.84%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=28.11%
G=37.84%
B=34.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101890.2600.100.18156.6737.571.76
Hex9CD2BD1A0A129d2648
Octal234322275320122223546110
Binary100111001101001010111101110100101010010100111011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,189); }

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

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

 a { background-color: rgb(156,210,189); }

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

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

 span { border-color: rgb(156,210,189); }

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