#9CDCB3

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

Shades of Vista Blue #9CDCB3

Tints of Vista Blue #9CDCB3

Color information

#9CDCB3 (or 0x9CDCB3) is unknown color: approx Vista Blue. HEX triplet: 9C, DC and B3. RGB value is (156,220,179). Sum of RGB (Red+Green+Blue) = 156+220+179=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCB3 is #63234C. Grayscale: #C4C4C4. Windows color (decimal): -6497101 or 11787420. OLE color: 11787420.

HSL color Cylindrical-coordinate representation of color #9CDCB3: hue angle of 141.56º 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 #9CDCB3 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB156220179-
CMYK0.2900.190.14
HSL141.56º47.76%73.73%-
HSV(B)141.56º29.09%86.27%-
XYZ47.4461.5152.02-
YUV196.19118.399.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=28.11%
G=39.64%
B=32.25%

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
Decimal1562201790.2900.190.14141.5647.7673.73
Hex9CDCB31D013E8e304a
Octal234334263350231621660112
Binary100111001101110010110011111010100111110100011101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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