#9CD0AE

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

Shades of Vista Blue #9CD0AE

Tints of Vista Blue #9CD0AE

Color information

#9CD0AE (or 0x9CD0AE) is unknown color: approx Vista Blue. HEX triplet: 9C, D0 and AE. RGB value is (156,208,174). Sum of RGB (Red+Green+Blue) = 156+208+174=538 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.00% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD0AE is #632F51. Grayscale: #BCBCBC. Windows color (decimal): -6500178 or 11456668. OLE color: 11456668.

HSL color Cylindrical-coordinate representation of color #9CD0AE: hue angle of 140.77º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9CD0AE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB156208174-
CMYK0.2500.160.18
HSL140.77º35.62%71.37%-
HSV(B)140.77º25%81.57%-
XYZ43.9155.2448.39-
YUV188.58119.77104.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.00%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 174 (68.36% from 255) = 32.34%
R=29.00%
G=38.66%
B=32.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562081740.2500.160.18140.7735.6271.37
Hex9CD0AE19010128d2447
Octal234320256310202221544107
Binary1001110011010000101011101100101000010010100011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,174); }

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

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

 a { background-color: rgb(156,208,174); }

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

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

 span { border-color: rgb(156,208,174); }

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