#9ADBB5

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

Shades of Vista Blue #9ADBB5

Tints of Vista Blue #9ADBB5

Color information

#9ADBB5 (or 0x9ADBB5) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and B5. RGB value is (154,219,181). Sum of RGB (Red+Green+Blue) = 154+219+181=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 219 (85.94% from 255 or 39.53% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBB5 is #65244A. Grayscale: #C3C3C3. Windows color (decimal): -6628427 or 11918234. OLE color: 11918234.

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

Color convert

RGB154219181-
CMYK0.3000.170.14
HSL144.92º47.45%73.14%-
HSV(B)144.92º29.68%85.88%-
XYZ4760.8752.99-
YUV195.23119.9798.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.80%
GREEN value IS 219 (85.94% from 255) = 39.53%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=27.80%
G=39.53%
B=32.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191810.3000.170.14144.9247.4573.14
Hex9ADBB51E011E912f49
Octal232333265360211622157111
Binary100110101101101110110101111100100011110100100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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