#9ADEAF

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

Shades of Vista Blue #9ADEAF

Tints of Vista Blue #9ADEAF

Color information

#9ADEAF (or 0x9ADEAF) is unknown color: approx Vista Blue. HEX triplet: 9A, DE and AF. RGB value is (154,222,175). Sum of RGB (Red+Green+Blue) = 154+222+175=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADEAF is #652150. Grayscale: #C4C4C4. Windows color (decimal): -6627665 or 11525786. OLE color: 11525786.

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

Color convert

RGB154222175-
CMYK0.3100.210.13
HSL138.53º50.75%73.73%-
HSV(B)138.53º30.63%87.06%-
XYZ47.1962.2150.08-
YUV196.31115.9797.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 222 (87.11% from 255) = 40.29%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=27.95%
G=40.29%
B=31.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221750.3100.210.13138.5350.7573.73
Hex9ADEAF1F015D8b334a
Octal232336257370251521363112
Binary100110101101111010101111111110101011101100010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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