#9DCDBA

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

Shades of Vista Blue #9DCDBA

Tints of Vista Blue #9DCDBA

Color information

#9DCDBA (or 0x9DCDBA) is unknown color: approx Vista Blue. HEX triplet: 9D, CD and BA. RGB value is (157,205,186). Sum of RGB (Red+Green+Blue) = 157+205+186=548 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.65% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDBA is #623245. Grayscale: #BCBCBC. Windows color (decimal): -6435398 or 12242333. OLE color: 12242333.

HSL color Cylindrical-coordinate representation of color #9DCDBA: hue angle of 156.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDBA is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB157205186-
CMYK0.2300.090.20
HSL156.25º32.43%70.98%-
HSV(B)156.25º23.41%80.39%-
XYZ44.654.3854.6-
YUV188.48126.6105.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.65%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=28.65%
G=37.41%
B=33.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051860.2300.090.20156.2532.4370.98
Hex9DCDBA1709149c2047
Octal235315272270112423440107
Binary100111011100110110111010101110100110100100111001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,205,186); }

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

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

 a { background-color: rgb(157,205,186); }

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

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

 span { border-color: rgb(157,205,186); }

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