#9ADBB1

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

Shades of Vista Blue #9ADBB1

Tints of Vista Blue #9ADBB1

Color information

#9ADBB1 (or 0x9ADBB1) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and B1. RGB value is (154,219,177). Sum of RGB (Red+Green+Blue) = 154+219+177=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBB1 is #65244E. Grayscale: #C2C2C2. Windows color (decimal): -6628431 or 11656090. OLE color: 11656090.

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

Color convert

RGB154219177-
CMYK0.3000.190.14
HSL141.23º47.45%73.14%-
HSV(B)141.23º29.68%85.88%-
XYZ46.5960.7150.86-
YUV194.78117.9798.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 219 (85.94% from 255) = 39.82%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=28%
G=39.82%
B=32.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191770.3000.190.14141.2347.4573.14
Hex9ADBB11E013E8d2f49
Octal232333261360231621557111
Binary100110101101101110110001111100100111110100011011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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