#9CDCB2

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

Shades of Vista Blue #9CDCB2

Tints of Vista Blue #9CDCB2

Color information

#9CDCB2 (or 0x9CDCB2) is unknown color: approx Vista Blue. HEX triplet: 9C, DC and B2. RGB value is (156,220,178). Sum of RGB (Red+Green+Blue) = 156+220+178=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDCB2 is #63234D. Grayscale: #C4C4C4. Windows color (decimal): -6497102 or 11721884. OLE color: 11721884.

HSL color Cylindrical-coordinate representation of color #9CDCB2: hue angle of 140.62º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CDCB2 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB156220178-
CMYK0.2900.190.14
HSL140.62º47.76%73.73%-
HSV(B)140.62º29.09%86.27%-
XYZ47.3461.4751.49-
YUV196.08117.899.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.16%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 178 (69.92% from 255) = 32.13%
R=28.16%
G=39.71%
B=32.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201780.2900.190.14140.6247.7673.73
Hex9CDCB21D013E8d304a
Octal234334262350231621560112
Binary100111001101110010110010111010100111110100011011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,178); }

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

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

 a { background-color: rgb(156,220,178); }

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

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

 span { border-color: rgb(156,220,178); }

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