#9ADCB0

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

Shades of Vista Blue #9ADCB0

Tints of Vista Blue #9ADCB0

Color information

#9ADCB0 (or 0x9ADCB0) is unknown color: approx Vista Blue. HEX triplet: 9A, DC and B0. RGB value is (154,220,176). Sum of RGB (Red+Green+Blue) = 154+220+176=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADCB0 is #65234F. Grayscale: #C3C3C3. Windows color (decimal): -6628176 or 11590810. OLE color: 11590810.

HSL color Cylindrical-coordinate representation of color #9ADCB0: hue angle of 140º degrees, saturation: 0.49, 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 #9ADCB0 is Cyan = 0.3, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB154220176-
CMYK0.300.20.14
HSL140º48.53%73.33%-
HSV(B)140º30%86.27%-
XYZ46.7661.1950.42-
YUV195.25117.1398.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28%
GREEN value IS 220 (86.33% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 32%
R=28%
G=40%
B=32%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201760.300.20.1414048.5373.33
Hex9ADCB01E014E8c3149
Octal232334260360241621461111
Binary100110101101110010110000111100101001110100011001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,176); }

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

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

 a { background-color: rgb(154,220,176); }

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

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

 span { border-color: rgb(154,220,176); }

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