#9DD3BD

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

Shades of Vista Blue #9DD3BD

Tints of Vista Blue #9DD3BD

Color information

#9DD3BD (or 0x9DD3BD) is unknown color: approx Vista Blue. HEX triplet: 9D, D3 and BD. RGB value is (157,211,189). Sum of RGB (Red+Green+Blue) = 157+211+189=557 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.19% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD3BD is #622C42. Grayscale: #C0C0C0. Windows color (decimal): -6433859 or 12440477. OLE color: 12440477.

HSL color Cylindrical-coordinate representation of color #9DD3BD: hue angle of 155.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD3BD is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB157211189-
CMYK0.2600.100.17
HSL155.56º38.03%72.16%-
HSV(B)155.56º25.59%82.75%-
XYZ46.3857.4356.78-
YUV192.35126.11102.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.19%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=28.19%
G=37.88%
B=33.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572111890.2600.100.17155.5638.0372.16
Hex9DD3BD1A0A119c2648
Octal235323275320122123446110
Binary100111011101001110111101110100101010001100111001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,189); }

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

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

 a { background-color: rgb(157,211,189); }

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

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

 span { border-color: rgb(157,211,189); }

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