#9ADAC1

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

Shades of Vista Blue #9ADAC1

Tints of Vista Blue #9ADAC1

Color information

#9ADAC1 (or 0x9ADAC1) is unknown color: approx Vista Blue. HEX triplet: 9A, DA and C1. RGB value is (154,218,193). Sum of RGB (Red+Green+Blue) = 154+218+193=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAC1 is #65253E. Grayscale: #C4C4C4. Windows color (decimal): -6628671 or 12704410. OLE color: 12704410.

HSL color Cylindrical-coordinate representation of color #9ADAC1: hue angle of 156.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAC1 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB154218193-
CMYK0.2900.110.15
HSL156.56º46.38%72.94%-
HSV(B)156.56º29.36%85.49%-
XYZ48.0260.8659.67-
YUV196.01126.398.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.26%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 193 (75.78% from 255) = 34.16%
R=27.26%
G=38.58%
B=34.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181930.2900.110.15156.5646.3872.94
Hex9ADAC11D0BF9d2e49
Octal232332301350131723556111
Binary10011010110110101100000111101010111111100111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,193); }

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

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

 a { background-color: rgb(154,218,193); }

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

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

 span { border-color: rgb(154,218,193); }

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