#9ADBB2

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

Shades of Vista Blue #9ADBB2

Tints of Vista Blue #9ADBB2

Color information

#9ADBB2 (or 0x9ADBB2) is unknown color: approx Vista Blue. HEX triplet: 9A, DB and B2. RGB value is (154,219,178). Sum of RGB (Red+Green+Blue) = 154+219+178=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADBB2 is #65244D. Grayscale: #C2C2C2. Windows color (decimal): -6628430 or 11721626. OLE color: 11721626.

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

Color convert

RGB154219178-
CMYK0.3000.190.14
HSL142.15º47.45%73.14%-
HSV(B)142.15º29.68%85.88%-
XYZ46.6960.7551.38-
YUV194.89118.4798.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.95%
GREEN value IS 219 (85.94% from 255) = 39.75%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=27.95%
G=39.75%
B=32.30%

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
Decimal1542191780.3000.190.14142.1547.4573.14
Hex9ADBB21E013E8e2f49
Octal232333262360231621657111
Binary100110101101101110110010111100100111110100011101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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