#9DC8AF

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

Shades of Vista Blue #9DC8AF

Tints of Vista Blue #9DC8AF

Color information

#9DC8AF (or 0x9DC8AF) is unknown color: approx Vista Blue. HEX triplet: 9D, C8 and AF. RGB value is (157,200,175). Sum of RGB (Red+Green+Blue) = 157+200+175=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC8AF is #623750. Grayscale: #B8B8B8. Windows color (decimal): -6436689 or 11520157. OLE color: 11520157.

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

Color convert

RGB157200175-
CMYK0.2200.120.22
HSL145.12º28.1%70%-
HSV(B)145.12º21.5%78.43%-
XYZ42.351.5748.28-
YUV184.29122.75108.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 200 (78.52% from 255) = 37.59%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=29.51%
G=37.59%
B=32.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001750.2200.120.22145.1228.170
Hex9DC8AF160C16911c46
Octal235310257260142622134106
Binary10011101110010001010111110110011001011010010001111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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