#9ADDAF

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

Shades of Vista Blue #9ADDAF

Tints of Vista Blue #9ADDAF

Color information

#9ADDAF (or 0x9ADDAF) is unknown color: approx Vista Blue. HEX triplet: 9A, DD and AF. RGB value is (154,221,175). Sum of RGB (Red+Green+Blue) = 154+221+175=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADDAF is #652250. Grayscale: #C3C3C3. Windows color (decimal): -6627921 or 11525530. OLE color: 11525530.

HSL color Cylindrical-coordinate representation of color #9ADDAF: hue angle of 138.81º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADDAF is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB154221175-
CMYK0.3000.210.13
HSL138.81º49.63%73.53%-
HSV(B)138.81º30.32%86.67%-
XYZ46.9261.6849.99-
YUV195.72116.398.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 175 (68.75% from 255) = 31.82%
R=28%
G=40.18%
B=31.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211750.3000.210.13138.8149.6373.53
Hex9ADDAF1E015D8b324a
Octal232335257360251521362112
Binary100110101101110110101111111100101011101100010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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