#9CCDAF

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

Shades of Vista Blue #9CCDAF

Tints of Vista Blue #9CCDAF

Color information

#9CCDAF (or 0x9CCDAF) is unknown color: approx Vista Blue. HEX triplet: 9C, CD and AF. RGB value is (156,205,175). Sum of RGB (Red+Green+Blue) = 156+205+175=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCDAF is #633250. Grayscale: #BBBBBB. Windows color (decimal): -6500945 or 11521436. OLE color: 11521436.

HSL color Cylindrical-coordinate representation of color #9CCDAF: hue angle of 143.27º 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 #9CCDAF is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB156205175-
CMYK0.2400.150.20
HSL143.27º32.89%70.78%-
HSV(B)143.27º23.9%80.39%-
XYZ43.2853.8348.67-
YUV186.93121.27105.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.10%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 175 (68.75% from 255) = 32.65%
R=29.10%
G=38.25%
B=32.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051750.2400.150.20143.2732.8970.78
Hex9CCDAF180F148f2147
Octal234315257300172421741107
Binary100111001100110110101111110000111110100100011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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