#9ADBBA

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

Shades of Vista Blue #9ADBBA

Tints of Vista Blue #9ADBBA

Color information

#9ADBBA (or 0x9ADBBA) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and BA. RGB value is (154,219,186). Sum of RGB (Red+Green+Blue) = 154+219+186=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBBA is #652445. Grayscale: #C3C3C3. Windows color (decimal): -6628422 or 12245914. OLE color: 12245914.

HSL color Cylindrical-coordinate representation of color #9ADBBA: hue angle of 149.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBBA is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB154219186-
CMYK0.3000.150.14
HSL149.54º47.45%73.14%-
HSV(B)149.54º29.68%85.88%-
XYZ47.5261.0855.74-
YUV195.8122.4798.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.55%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=27.55%
G=39.18%
B=33.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191860.3000.150.14149.5447.4573.14
Hex9ADBBA1E0FE962f49
Octal232333272360171622657111
Binary10011010110110111011101011110011111110100101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,186); }

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

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

 a { background-color: rgb(154,219,186); }

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

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

 span { border-color: rgb(154,219,186); }

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