#9CD1B0

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

Shades of Vista Blue #9CD1B0

Tints of Vista Blue #9CD1B0

Color information

#9CD1B0 (or 0x9CD1B0) is unknown color: approx Vista Blue. HEX triplet: 9C, D1 and B0. RGB value is (156,209,176). Sum of RGB (Red+Green+Blue) = 156+209+176=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #9CD1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD1B0 is #632E4F. Grayscale: #BDBDBD. Windows color (decimal): -6499920 or 11587996. OLE color: 11587996.

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

Color convert

RGB156209176-
CMYK0.2500.160.18
HSL142.64º36.55%71.57%-
HSV(B)142.64º25.36%81.96%-
XYZ44.3555.849.51-
YUV189.39120.44104.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=28.84%
G=38.63%
B=32.53%

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
Decimal1562091760.2500.160.18142.6436.5571.57
Hex9CD1B019010128f2548
Octal234321260310202221745110
Binary1001110011010001101100001100101000010010100011111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,209,176); }

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

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

 a { background-color: rgb(156,209,176); }

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

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

 span { border-color: rgb(156,209,176); }

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