#9CCCAF

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

Shades of Vista Blue #9CCCAF

Tints of Vista Blue #9CCCAF

Color information

#9CCCAF (or 0x9CCCAF) is unknown color: approx Vista Blue. HEX triplet: 9C, CC and AF. RGB value is (156,204,175). Sum of RGB (Red+Green+Blue) = 156+204+175=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCCAF is #633350. Grayscale: #BABABA. Windows color (decimal): -6501201 or 11521180. OLE color: 11521180.

HSL color Cylindrical-coordinate representation of color #9CCCAF: hue angle of 143.75º degrees, saturation: 0.32, 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 #9CCCAF is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB156204175-
CMYK0.2400.140.2
HSL143.75º32%70.59%-
HSV(B)143.75º23.53%80%-
XYZ43.0453.3548.59-
YUV186.34121.6106.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.16%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=29.16%
G=38.13%
B=32.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041750.2400.140.2143.753270.59
Hex9CCCAF180E14902047
Octal234314257300162422040107
Binary100111001100110010101111110000111010100100100001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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