#9DCBAF

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

Shades of Vista Blue #9DCBAF

Tints of Vista Blue #9DCBAF

Color information

#9DCBAF (or 0x9DCBAF) is unknown color: approx Vista Blue. HEX triplet: 9D, CB and AF. RGB value is (157,203,175). Sum of RGB (Red+Green+Blue) = 157+203+175=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCBAF is #623450. Grayscale: #BABABA. Windows color (decimal): -6435921 or 11520925. OLE color: 11520925.

HSL color Cylindrical-coordinate representation of color #9DCBAF: hue angle of 143.48º degrees, saturation: 0.31, 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 #9DCBAF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB157203175-
CMYK0.2300.140.20
HSL143.48º30.67%70.59%-
HSV(B)143.48º22.66%79.61%-
XYZ4352.9848.52-
YUV186.05121.76107.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 203 (79.69% from 255) = 37.94%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=29.35%
G=37.94%
B=32.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1572031750.2300.140.20143.4830.6770.59
Hex9DCBAF170E148f1f47
Octal235313257270162421737107
Binary10011101110010111010111110111011101010010001111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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