#9CCDB2

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

Shades of Vista Blue #9CCDB2

Tints of Vista Blue #9CCDB2

Color information

#9CCDB2 (or 0x9CCDB2) is unknown color: approx Vista Blue. HEX triplet: 9C, CD and B2. RGB value is (156,205,178). Sum of RGB (Red+Green+Blue) = 156+205+178=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCDB2 is #63324D. Grayscale: #BBBBBB. Windows color (decimal): -6500942 or 11718044. OLE color: 11718044.

HSL color Cylindrical-coordinate representation of color #9CCDB2: hue angle of 146.94º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDB2 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB156205178-
CMYK0.2400.130.20
HSL146.94º32.89%70.78%-
HSV(B)146.94º23.9%80.39%-
XYZ43.5853.9450.24-
YUV187.27122.77105.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.94%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=28.94%
G=38.03%
B=33.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051780.2400.130.20146.9432.8970.78
Hex9CCDB2180D14932147
Octal234315262300152422341107
Binary100111001100110110110010110000110110100100100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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