#9ADABC

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

Shades of Vista Blue #9ADABC

Tints of Vista Blue #9ADABC

Color information

#9ADABC (or 0x9ADABC) is unknown color: approx Vista Blue. HEX triplet: 9A, DA and BC. RGB value is (154,218,188). Sum of RGB (Red+Green+Blue) = 154+218+188=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADABC is #652543. Grayscale: #C3C3C3. Windows color (decimal): -6628676 or 12376730. OLE color: 12376730.

HSL color Cylindrical-coordinate representation of color #9ADABC: hue angle of 151.88º 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 #9ADABC is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB154218188-
CMYK0.2900.140.15
HSL151.88º46.38%72.94%-
HSV(B)151.88º29.36%85.49%-
XYZ47.4760.6456.78-
YUV195.44123.898.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 188 (73.83% from 255) = 33.57%
R=27.5%
G=38.93%
B=33.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181880.2900.140.15151.8846.3872.94
Hex9ADABC1D0EF982e49
Octal232332274350161723056111
Binary10011010110110101011110011101011101111100110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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