#9ADBBB

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

Shades of Vista Blue #9ADBBB

Tints of Vista Blue #9ADBBB

Color information

#9ADBBB (or 0x9ADBBB) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and BB. RGB value is (154,219,187). Sum of RGB (Red+Green+Blue) = 154+219+187=560 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.5% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBBB is #652444. Grayscale: #C3C3C3. Windows color (decimal): -6628421 or 12311450. OLE color: 12311450.

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

Color convert

RGB154219187-
CMYK0.3000.150.14
HSL150.46º47.45%73.14%-
HSV(B)150.46º29.68%85.88%-
XYZ47.6361.1256.3-
YUV195.92122.9798.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.5%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=27.5%
G=39.11%
B=33.39%

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
Decimal1542191870.3000.150.14150.4647.4573.14
Hex9ADBBB1E0FE962f49
Octal232333273360171622657111
Binary10011010110110111011101111110011111110100101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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