#9AD3AF

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

Shades of Vista Blue #9AD3AF

Tints of Vista Blue #9AD3AF

Color information

#9AD3AF (or 0x9AD3AF) is unknown color: approx Vista Blue. HEX triplet: 9A, D3 and AF. RGB value is (154,211,175). Sum of RGB (Red+Green+Blue) = 154+211+175=540 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.52% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD3AF is #652C50. Grayscale: #BDBDBD. Windows color (decimal): -6630481 or 11522970. OLE color: 11522970.

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

Color convert

RGB154211175-
CMYK0.2700.170.17
HSL142.11º39.31%71.57%-
HSV(B)142.11º27.01%82.75%-
XYZ44.3656.5549.14-
YUV189.85119.62102.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.52%
GREEN value IS 211 (82.81% from 255) = 39.07%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=28.52%
G=39.07%
B=32.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542111750.2700.170.17142.1139.3171.57
Hex9AD3AF1B011118e2748
Octal232323257330212121647110
Binary1001101011010011101011111101101000110001100011101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,211,175); }

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

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

 a { background-color: rgb(154,211,175); }

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

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

 span { border-color: rgb(154,211,175); }

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