#9DC9B1

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

Shades of Vista Blue #9DC9B1

Tints of Vista Blue #9DC9B1

Color information

#9DC9B1 (or 0x9DC9B1) is unknown color: approx Vista Blue. HEX triplet: 9D, C9 and B1. RGB value is (157,201,177). Sum of RGB (Red+Green+Blue) = 157+201+177=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC9B1 is #62364E. Grayscale: #B9B9B9. Windows color (decimal): -6436431 or 11651485. OLE color: 11651485.

HSL color Cylindrical-coordinate representation of color #9DC9B1: hue angle of 147.27º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC9B1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB157201177-
CMYK0.2200.120.21
HSL147.27º28.95%70.2%-
HSV(B)147.27º21.89%78.82%-
XYZ42.7352.1249.4-
YUV185.11123.42107.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=29.35%
G=37.57%
B=33.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011770.2200.120.21147.2728.9570.2
Hex9DC9B1160C15931d46
Octal235311261260142522335106
Binary10011101110010011011000110110011001010110010011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,201,177); }

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

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

 a { background-color: rgb(157,201,177); }

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

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

 span { border-color: rgb(157,201,177); }

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