#9ADEB3

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

Shades of Vista Blue #9ADEB3

Tints of Vista Blue #9ADEB3

Color information

#9ADEB3 (or 0x9ADEB3) is unknown color: approx Vista Blue. HEX triplet: 9A, DE and B3. RGB value is (154,222,179). Sum of RGB (Red+Green+Blue) = 154+222+179=555 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.75% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADEB3 is #65214C. Grayscale: #C4C4C4. Windows color (decimal): -6627661 or 11787930. OLE color: 11787930.

HSL color Cylindrical-coordinate representation of color #9ADEB3: hue angle of 142.06º 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 #9ADEB3 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB154222179-
CMYK0.3100.190.13
HSL142.06º50.75%73.73%-
HSV(B)142.06º30.63%87.06%-
XYZ47.5862.3752.18-
YUV196.77117.9797.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.75%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 179 (70.31% from 255) = 32.25%
R=27.75%
G=40%
B=32.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542221790.3100.190.13142.0650.7573.73
Hex9ADEB31F013D8e334a
Octal232336263370231521663112
Binary100110101101111010110011111110100111101100011101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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