#9DC8B2

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

Shades of Vista Blue #9DC8B2

Tints of Vista Blue #9DC8B2

Color information

#9DC8B2 (or 0x9DC8B2) is unknown color: approx Vista Blue. HEX triplet: 9D, C8 and B2. RGB value is (157,200,178). Sum of RGB (Red+Green+Blue) = 157+200+178=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC8B2 is #62374D. Grayscale: #B8B8B8. Windows color (decimal): -6436686 or 11716765. OLE color: 11716765.

HSL color Cylindrical-coordinate representation of color #9DC8B2: hue angle of 149.3º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC8B2 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB157200178-
CMYK0.2200.110.22
HSL149.3º28.1%70%-
HSV(B)149.3º21.5%78.43%-
XYZ42.5951.6949.85-
YUV184.64124.25108.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 178 (69.92% from 255) = 33.27%
R=29.35%
G=37.38%
B=33.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001780.2200.110.22149.328.170
Hex9DC8B2160B16951c46
Octal235310262260132622534106
Binary10011101110010001011001010110010111011010010101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,178); }

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

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

 a { background-color: rgb(157,200,178); }

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

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

 span { border-color: rgb(157,200,178); }

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