#9ADCB3

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

Shades of Vista Blue #9ADCB3

Tints of Vista Blue #9ADCB3

Color information

#9ADCB3 (or 0x9ADCB3) is unknown color: approx Vista Blue. HEX triplet: 9A, DC and B3. RGB value is (154,220,179). Sum of RGB (Red+Green+Blue) = 154+220+179=553 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.85% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCB3 is #65234C. Grayscale: #C3C3C3. Windows color (decimal): -6628173 or 11787418. OLE color: 11787418.

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

Color convert

RGB154220179-
CMYK0.300.190.14
HSL142.73º48.53%73.33%-
HSV(B)142.73º30%86.27%-
XYZ47.0661.3152-
YUV195.59118.6398.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.85%
GREEN value IS 220 (86.33% from 255) = 39.78%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=27.85%
G=39.78%
B=32.37%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201790.300.190.14142.7348.5373.33
Hex9ADCB31E013E8f3149
Octal232334263360231621761111
Binary100110101101110010110011111100100111110100011111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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