#9DCDB2

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

Shades of Vista Blue #9DCDB2

Tints of Vista Blue #9DCDB2

Color information

#9DCDB2 (or 0x9DCDB2) is unknown color: approx Vista Blue. HEX triplet: 9D, CD and B2. RGB value is (157,205,178). Sum of RGB (Red+Green+Blue) = 157+205+178=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCDB2 is #62324D. Grayscale: #BBBBBB. Windows color (decimal): -6435406 or 11718045. OLE color: 11718045.

HSL color Cylindrical-coordinate representation of color #9DCDB2: hue angle of 146.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 #9DCDB2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB157205178-
CMYK0.2300.130.20
HSL146.25º32.43%70.98%-
HSV(B)146.25º23.41%80.39%-
XYZ43.7754.0550.24-
YUV187.57122.6106.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.07%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 178 (69.92% from 255) = 32.96%
R=29.07%
G=37.96%
B=32.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572051780.2300.130.20146.2532.4370.98
Hex9DCDB2170D14922047
Octal235315262270152422240107
Binary100111011100110110110010101110110110100100100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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