#9DC8B5

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

Shades of Vista Blue #9DC8B5

Tints of Vista Blue #9DC8B5

Color information

#9DC8B5 (or 0x9DC8B5) is unknown color: approx Vista Blue. HEX triplet: 9D, C8 and B5. RGB value is (157,200,181). Sum of RGB (Red+Green+Blue) = 157+200+181=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC8B5 is #62374A. Grayscale: #B9B9B9. Windows color (decimal): -6436683 or 11913373. OLE color: 11913373.

HSL color Cylindrical-coordinate representation of color #9DC8B5: hue angle of 153.49º 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 #9DC8B5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB157200181-
CMYK0.2200.090.22
HSL153.49º28.1%70%-
HSV(B)153.49º21.5%78.43%-
XYZ42.951.8151.46-
YUV184.98125.75108.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=29.18%
G=37.17%
B=33.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001810.2200.090.22153.4928.170
Hex9DC8B5160916991c46
Octal235310265260112623134106
Binary10011101110010001011010110110010011011010011001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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