#9CDCB7

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

Shades of Vista Blue #9CDCB7

Tints of Vista Blue #9CDCB7

Color information

#9CDCB7 (or 0x9CDCB7) is unknown color: approx Vista Blue. HEX triplet: 9C, DC and B7. RGB value is (156,220,183). Sum of RGB (Red+Green+Blue) = 156+220+183=559 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.91% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CDCB7 is #632348. Grayscale: #C4C4C4. Windows color (decimal): -6497097 or 12049564. OLE color: 12049564.

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

Color convert

RGB156220183-
CMYK0.2900.170.14
HSL145.31º47.76%73.73%-
HSV(B)145.31º29.09%86.27%-
XYZ47.8561.6754.18-
YUV196.65120.399.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.91%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=27.91%
G=39.36%
B=32.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562201830.2900.170.14145.3147.7673.73
Hex9CDCB71D011E91304a
Octal234334267350211622160112
Binary100111001101110010110111111010100011110100100011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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