#9DD6B2

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

Shades of Vista Blue #9DD6B2

Tints of Vista Blue #9DD6B2

Color information

#9DD6B2 (or 0x9DD6B2) is unknown color: approx Vista Blue. HEX triplet: 9D, D6 and B2. RGB value is (157,214,178). Sum of RGB (Red+Green+Blue) = 157+214+178=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD6B2 is #62294D. Grayscale: #C0C0C0. Windows color (decimal): -6433102 or 11720349. OLE color: 11720349.

HSL color Cylindrical-coordinate representation of color #9DD6B2: hue angle of 142.11º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6B2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB157214178-
CMYK0.2700.170.16
HSL142.11º41.01%72.75%-
HSV(B)142.11º26.64%83.92%-
XYZ45.9958.4850.98-
YUV192.85119.62102.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.60%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=28.60%
G=38.98%
B=32.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141780.2700.170.16142.1141.0172.75
Hex9DD6B21B011108e2949
Octal235326262330212021651111
Binary1001110111010110101100101101101000110000100011101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD6B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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